var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Gig Guide',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Band Bio',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sDescription:'Discography',
    sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
}]
});
