var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'BAND',
    bIsWebPath:true,
    sUrl:'band.html',
    sTarget:'_self'
},
{   sTitle:'DISCOGRAPHY',
    bIsWebPath:true,
    sUrl:'discography.html',
    sTarget:'_self'
},
{   sTitle:'MEDIA',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'SHOWS',
    bIsWebPath:true,
    sUrl:'shows.html',
    sTarget:'_self'
},
{   sTitle:'STORY',
    bIsWebPath:true,
    sUrl:'story.html',
    sTarget:'_self'
}]
});
