var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'band',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'history',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'gigs',
    bIsWebPath:true,
    sUrl:'gigs.html'
},
{   sTitle:'discography',
    bIsWebPath:true,
    sUrl:'disco.html'
},
{   sTitle:'gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
