var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html',"childArray" : [
    {   sTitle:'Health, Safety, and Environment',
        bIsWebPath:true,
        sUrl:'hse.html',
        sTarget:'_self'
    },
    {   sTitle:'Service and Facilities',
        bIsWebPath:true,
        sUrl:'service.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Rentals',
    bIsWebPath:true,
    sUrl:'rentals.html',"childArray" : [
    {   sTitle:'Generators',
        bIsWebPath:true,
        sUrl:'generators.html',
        sTarget:'_self'
    },
    {   sTitle:'Pumps',
        bIsWebPath:true,
        sUrl:'pumps.html',
        sTarget:'_self'
    },
    {   sTitle:'Pipeline Padders',
        bIsWebPath:true,
        sUrl:'Pipeline.html',
        sTarget:'_self'
    },
    {   sTitle:'Distribution',
        bIsWebPath:true,
        sUrl:'distribution.html',
        sTarget:'_self'
    },
    {   sTitle:'Other',
        bIsWebPath:true,
        sUrl:'other.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
