var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'2010 Newsletter',
    bIsWebPath:true,
    sUrl:'2010newsletter.html',
    sTarget:'_self'
},
{   sTitle:'Bob\'s Newsletter',
    bIsWebPath:true,
    sUrl:'bob\'snewsletter.html'
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'programme.html'
},
{   sTitle:'Festival 2010',
    bIsWebPath:true,
    sUrl:'festival2010.html'
},
{   sTitle:'Festival Tickets',
    bIsWebPath:true,
    sUrl:'festivaltickets.html'
},
{   sTitle:'Festival lineup',
    bIsWebPath:true,
    sUrl:'festivallineup.html'
},
{   sTitle:'Festival Guests',
    bIsWebPath:true,
    sUrl:'festivalguests.html'
},
{   sTitle:'Festival 2009',
    bIsWebPath:true,
    sUrl:'festival2009.html'
},
{   sTitle:'Ticket Booking',
    bIsWebPath:true,
    sUrl:'ticketbooking.html'
},
{   sTitle:'Showcase',
    bIsWebPath:true,
    sUrl:'showcase.html'
},
{   sTitle:'Pics/Videos/Music',
    bIsWebPath:true,
    sUrl:'picsvideosmusic.html',"childArray" : [
    {   sTitle:'Christmas2009',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'picsvideosmusic.html#Christmas'
    }]
},
{   sTitle:'Resident Group',
    bIsWebPath:true,
    sUrl:'residentgroup.html'
},
{   sTitle:'Gig List',
    bIsWebPath:true,
    sUrl:'giglist.html'
},
{   sTitle:'Club Guests',
    bIsWebPath:true,
    sUrl:'clubguests.html'
},
{   sTitle:'Hall of Fame',
    bIsWebPath:true,
    sUrl:'halloffame.html',"childArray" : [
    {   sTitle:'Bromsgrove',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'halloffame.html#Bromsgrove'
    }]
},
{   sTitle:'S & S Gallery',
    bIsWebPath:true,
    sUrl:'s&sgallery.html',
    sTarget:'_self'
},
{   sTitle:'Quotes & Heckles',
    bIsWebPath:true,
    sUrl:'quotes&heckles.html'
},
{   sTitle:'Book an Act',
    bIsWebPath:true,
    sUrl:'bookanact.html'
},
{   sTitle:'Letters',
    bIsWebPath:true,
    sUrl:'letters.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'How to Find Us',
    bIsWebPath:true,
    sUrl:'howtofindus.html'
},
{   sTitle:'A Tribute to Ralph',
    bIsWebPath:true,
    sUrl:'atributetoralph.html'
},
{   sTitle:'Charity Fund',
    bIsWebPath:true,
    sUrl:'charityfund.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Site Map & Menu',
    bIsWebPath:true,
    sUrl:'sitemap&menu.html'
}]
});