var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'De Band',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Repertoire',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Young@heart',
    bIsWebPath:true,
    sUrl:'young@hrt.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'pagina13.html'
}]
});
