var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Gigs',
    'bIsWebPath':true,
    'sUrl':'barflygigs.html'
},
{   'sTitle':'Demo Track',
    'bIsWebPath':true,
    'sUrl':'setlistbytitle.html'
},
{   'sTitle':'Set List',
    'bIsWebPath':true,
    'sUrl':'setlistbyartist.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
}]
});
