var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bottled Beer & Cider',
    bIsWebPath:true,
    sUrl:'bottles.html',"childArray" : [
    {   sTitle:'Pure Brewed Lager',
        bIsWebPath:true,
        sUrl:'purebrewedlager.html'
    },
    {   sTitle:'Old Brewery Pale Ale',
        bIsWebPath:true,
        sUrl:'oldbrewerypaleale.html'
    },
    {   sTitle:'Nut Brown Ale',
        bIsWebPath:true,
        sUrl:'nutbrownale.html'
    },
    {   sTitle:'Taddy Porter',
        bIsWebPath:true,
        sUrl:'taddyporter.html'
    },
    {   sTitle:'Oatmeal Stout',
        bIsWebPath:true,
        sUrl:'oatmealstout.html'
    },
    {   sTitle:'India Ale',
        bIsWebPath:true,
        sUrl:'indiaale.html'
    },
    {   sTitle:'Imperial Stout',
        bIsWebPath:true,
        sUrl:'imperialstout.html'
    },
    {   sTitle:'Organic Best Ale',
        bIsWebPath:true,
        sUrl:'organicbestale.html'
    },
    {   sTitle:'Organic Lager',
        bIsWebPath:true,
        sUrl:'organiclager.html'
    },
    {   sTitle:'Organic Cider',
        bIsWebPath:true,
        sUrl:'organiccider.html'
    },
    {   sTitle:'Organic Cherry Fruit Beer',
        bIsWebPath:true,
        sUrl:'cherryfruitbeer.html'
    },
    {   sTitle:'Organic Strawberry Fruit Beer',
        bIsWebPath:true,
        sUrl:'strawberryfruitbeer.html'
    },
    {   sTitle:'Organic Raspberry Fruit Beer',
        bIsWebPath:true,
        sUrl:'raspberryfruitbeer.html'
    },
    {   sTitle:'Yorkshire Stingo',
        bIsWebPath:true,
        sUrl:'yorkshirestingo.html'
    },
    {   sTitle:'Winter Welcome Ale',
        bIsWebPath:true,
        sUrl:'winterwelcomeale.html'
    }]
},
{   sTitle:'Shire Horse Gallery',
    bIsWebPath:true,
    sUrl:'shirehorsegallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'terms.html'
    }]
}]
});
