var customNavTree18 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',
    sTarget:'_self'
},
{   sTitle:'Storage Tanks',
    bIsWebPath:true,
    sUrl:'storage tasnks.html',
    sTarget:'_self'
},
{   sTitle:'Test Facilities',
    bIsWebPath:true,
    sUrl:'test rigs.html',
    sTarget:'_self'
},
{   sTitle:'Engineering Services',
    bIsWebPath:true,
    sUrl:'engineering services.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us .html',
    sTarget:'_self'
}]
});
