var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'pricing and services',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Equipment and Chemicals',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Express detail and car washing',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Faq\'s',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
