var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CELEBRITY\'S',
    bIsWebPath:true,
    sUrl:'celebritys.html'
},
{   sTitle:'VEHICLE FLEET',
    bIsWebPath:true,
    sUrl:'vehiclefleet.html'
},
{   sTitle:'ALL INCLUSIVE PACKAGES ',
    bIsWebPath:true,
    sUrl:'allinclusivepackages .html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'GALLERY',
    bIsExternal:true,
    sUrl:'http://www.americanlimousinesuk.com/gallery/index.php',
    sTarget:'_blank'
},
{   sTitle:'TERMS',
    bIsWebPath:true,
    sUrl:'terms.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
