var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'De band',
    bIsWebPath:true,
    sUrl:'band.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Repertoire',
    bIsWebPath:true,
    sUrl:'repertoire.html'
},
{   sTitle:'Foto',
    bIsWebPath:true,
    sUrl:'Foto.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
}]
});
