var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Patrons',
        bIsWebPath:true,
        sUrl:'patrons.html'
    },
    {   sTitle:'Mirabeau Wine',
        bIsWebPath:true,
        sUrl:'mirabeau.html'
    }]
},
{   sTitle:'2011 What\'s On',
    bIsWebPath:true,
    sUrl:'whatson2011.html',"childArray" : [
    {   sTitle:'Press',
        bIsWebPath:true,
        sUrl:'pressreleases.html'
    },
    {   sTitle:'Venue Information',
        bIsWebPath:true,
        sUrl:'venues.html'
    }]
},
{   sTitle:'2010 Festival',
    bIsWebPath:true,
    sUrl:'festival2010.html',"childArray" : [
    {   sTitle:'2010 Reviews',
        bIsWebPath:true,
        sUrl:'reviews2010.html'
    },
    {   sTitle:'2010 Gallery',
        bIsWebPath:true,
        sUrl:'gallery2010.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Join Mailing List',
        bIsWebPath:true,
        sUrl:'mailinglist.html'
    },
    {   sTitle:'Friends Scheme',
        bIsWebPath:true,
        sUrl:'friends.html'
    },
    {   sTitle:'Getting Here',
        bIsWebPath:true,
        sUrl:'visitorinfo.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
