var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'news+events',
    bIsWebPath:true,
    sUrl:'newsandevents.html',
    sTarget:'_self'
},
{   sTitle:'contact/booking',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'music',
    bIsWebPath:true,
    sUrl:'music.html',
    sTarget:'_self'
},
{   sTitle:'bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
}]
});
