var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Squirrels',
        bIsWebPath:true,
        sUrl:'squirrels.html'
    },
    {   sTitle:'Afternoon Delight',
        bIsWebPath:true,
        sUrl:'afternoon_ delight.html'
    },
    {   sTitle:'Worth The Wait',
        bIsWebPath:true,
        sUrl:'worth_the_wait.html'
    },
    {   sTitle:'Sterling',
        bIsWebPath:true,
        sUrl:'stirling.html'
    },
    {   sTitle:'The Dry Road',
        bIsWebPath:true,
        sUrl:'the_dry_road.html'
    },
    {   sTitle:'On the Huh',
        bIsWebPath:true,
        sUrl:'on_the_huh.html'
    },
    {   sTitle:'Norfolk Black',
        bIsWebPath:true,
        sUrl:'norfolk_black.html'
    }]
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Sustainability',
    bIsWebPath:true,
    sUrl:'sustainability.html'
},
{   sTitle:'Other Interesting stuff!',
    bIsWebPath:true,
    sUrl:'other_interesting_stuff.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
