var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Line up',
    bIsWebPath:true,
    sUrl:'lineup.html',"childArray" : [
    {   sTitle:'Mike Sanchez',
        bIsWebPath:true,
        sUrl:'mikesanchez.html'
    },
    {   sTitle:'The Hamsters',
        bIsWebPath:true,
        sUrl:'thehamsters.html'
    },
    {   sTitle:'Hokie Joint',
        bIsWebPath:true,
        sUrl:'hokiejoint.html'
    },
    {   sTitle:'Never The Bride',
        bIsWebPath:true,
        sUrl:'neverthebride.html'
    },
    {   sTitle:'Eugene \'Hideaway\' Bridges',
        bIsWebPath:true,
        sUrl:'eugenehideawaybridges.html'
    },
    {   sTitle:'Giles Robson and the Dirty Aces',
        bIsWebPath:true,
        sUrl:'gilesrobson.html'
    },
    {   sTitle:'Pat Grover and the Hawks                                     ',
        bIsWebPath:true,
        sUrl:'patgrover.html'
    },
    {   sTitle:'Luke Doherty',
        bIsWebPath:true,
        sUrl:'lukedoherty.html'
    },
    {   sTitle:'Hideaway Trio',
        bIsWebPath:true,
        sUrl:'hideawaytrio.html'
    },
    {   sTitle:'Bluesy Susie',
        bIsWebPath:true,
        sUrl:'bluesysusie.html'
    }]
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Tickets',
    bIsWebPath:true,
    sUrl:'tickets.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Venue Details',
    bIsWebPath:true,
    sUrl:'venue.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
