var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Band',
    'bIsWebPath':true,
    'sUrl':'theband.html'
},
{   'sTitle':'Gig Dates',
    'bIsWebPath':true,
    'sUrl':'gigdates2012.html',"childArray" : [
    {   'sTitle':'Gigs for 2013',
        'bIsWebPath':true,
        'sUrl':'2013dates.html'
    }]
},
{   'sTitle':'Set List',
    'bIsWebPath':true,
    'sUrl':'setlist.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Comments',
    'bIsWebPath':true,
    'sUrl':'comments.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
