var global_navtree = WpNavBar.readTree({
"childArray" : [{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'FOOD & DRINK',
    bIsWebPath:true,
    sUrl:'pub-food-drink.html',"childArray" : [{   sTitle:'DINNER MENU (pdf)',
        bIsExternal:true,
        sUrl:'downloads/evening.pdf',
        sTarget:'_blank'},{   sTitle:'LUNCH MENU (pdf)',
        bIsExternal:true,
        sUrl:'downloads/lunch.pdf',
        sTarget:'_blank'},{   sTitle:'BAR SNACKS (pdf)',
        bIsExternal:true,
        sUrl:'downloads/bar.pdf',
        sTarget:'_blank'},{   sTitle:'WINE LIST (pdf)',
        bIsExternal:true,
        sUrl:'downloads/winelist.pdf',
        sTarget:'_blank'}]},{   sTitle:'SPECIAL OCCASIONS',
    bIsWebPath:true,
    sUrl:'pub-events.html'},{   sTitle:'LOCATION',
    bIsWebPath:true,
    sUrl:'mickleton-location.html'},{   sTitle:'EVENTS',
    bIsWebPath:true,
    sUrl:'event.html'},{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'pub-pics.html'},{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'},{   sTitle:'INFORMATION',
    bIsWebPath:true,
    sUrl:'pub-information.html',"childArray" : [{   sTitle:'ABOUT US',
        bIsWebPath:true,
        sUrl:'aboutus.html'},{   sTitle:'ACCOMMODATION',
        bIsWebPath:true,
        sUrl:'mickleton-rooms.html'},{   sTitle:'LOCAL ATTRACTIONS',
        bIsWebPath:true,
        sUrl:'cotswolds-attractions.html'},{   sTitle:'PRIVACY POLICY',
        bIsWebPath:true,
        sUrl:'privacy.html'},{   sTitle:'SITE MAP',
        bIsWebPath:true,
        sUrl:'sitemap.html'}]}]
});
