var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'searchresults',
        bIsWebPath:true,
        sUrl:'searchresults.html'
    }]
},
{   sTitle:'OTR',
    bIsWebPath:true,
    sUrl:'otrtyres.html'
},
{   sTitle:'Car',
    bIsWebPath:true,
    sUrl:'cartyres.html'
},
{   sTitle:'Truck',
    bIsWebPath:true,
    sUrl:'trucktyres.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});