var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'default.htm',"childArray" : [
    {   sTitle:'About us',
        bIsWebPath:true,
        sUrl:'about.htm'
    },
    {   sTitle:'Facebook',
        bIsWebPath:true,
        sUrl:'facebook.htm'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.htm'
    }]
},
{   sTitle:'Shows 2010-11',
    bIsWebPath:true,
    sUrl:'shows 2010-11.htm',"childArray" : [
    {   sTitle:'August 2010 - Stryker , Swish  & Ash !',
        bIsWebPath:true,
        sUrl:'august2010.html'
    },
    {   sTitle:'March 2011 - Bob Bounces Back !',
        bIsWebPath:true,
        sUrl:'march 2011.html'
    },
    {   sTitle:'August 2011 - Robbie Deephouse',
        bIsWebPath:true,
        sUrl:'august 2011 - robbie deephouse.html'
    }]
},
{   sTitle:'Purchase Tickets',
    bIsWebPath:true,
    sUrl:'purchase.htm',"childArray" : [
    {   sTitle:'Table status',
        bIsWebPath:true,
        sUrl:'table.htm'
    },
    {   sTitle:'Bookings',
        bIsWebPath:true,
        sUrl:'paypal.html'
    },
    {   sTitle:'Show Venue',
        bIsWebPath:true,
        sUrl:'googlemap.htm'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm',"childArray" : [
    {   sTitle:'21 years',
        bIsWebPath:true,
        sUrl:'tribute.htm'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.htm',"childArray" : [
    {   sTitle:'Mailing list',
        bIsWebPath:true,
        sUrl:'mlist.htm'
    },
    {   sTitle:'Join us',
        bIsWebPath:true,
        sUrl:'join.htm'
    },
    {   sTitle:'Ticket enquiries',
        bIsWebPath:true,
        sUrl:'tenquiries.htm'
    },
    {   sTitle:'General enquiries',
        bIsWebPath:true,
        sUrl:'genquiries.htm'
    }]
},
{   sTitle:'Community News',
    bIsWebPath:true,
    sUrl:'community news.htm',"childArray" : [
    {   sTitle:'Community News',
        bIsWebPath:true,
        sUrl:'cnews.html'
    },
    {   sTitle:'Community news continued',
        bIsWebPath:true,
        sUrl:'cncont.html'
    },
    {   sTitle:'Community websites',
        bIsWebPath:true,
        sUrl:'communitylink.htm'
    }]
}]
});