var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Company Profile',
    'bIsWebPath':true,
    'sUrl':'company profile.html'
},
{   'sTitle':'Products ',
    'bIsWebPath':true,
    'sUrl':' products.html',"childArray" : [
    {   'sTitle':'Boundary Master Chain link',
        'bIsWebPath':true,
        'sUrl':'boundary master chain link.html'
    },
    {   'sTitle':'Hexagonal Wire Netting',
        'bIsWebPath':true,
        'sUrl':'hexagonal wire netting.html'
    },
    {   'sTitle':'Utimate Welded Mesh',
        'bIsWebPath':true,
        'sUrl':'utimate welded mesh.html'
    },
    {   'sTitle':'Barbed Wire',
        'bIsWebPath':true,
        'sUrl':'barbed wire.html'
    },
    {   'sTitle':'Expanded Metal',
        'bIsWebPath':true,
        'sUrl':'expanded metal.html'
    },
    {   'sTitle':'BRC Mesh',
        'bIsWebPath':true,
        'sUrl':'brc mesh.html'
    },
    {   'sTitle':'Ninja Razor Wire',
        'bIsWebPath':true,
        'sUrl':'ninja razor wire.html'
    },
    {   'sTitle':'Ultimate Panel Mesh',
        'bIsWebPath':true,
        'sUrl':'ultimate panel mesh.html'
    }]
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo gallery.html'
},
{   'sTitle':'Event',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
