var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'PRODUCTS',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'EVENTS',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'CUSTOM CARTS',
    bIsWebPath:true,
    sUrl:'custom.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'customergallery.html'
},
{   sTitle:'WHEELZ APPAREL',
    bIsWebPath:true,
    sUrl:'apparel.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
