var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home                    ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Diary          ',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Booking              ',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Hear a song',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'A bit about the band',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Photos and stuff',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'Links ',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
}]
});
