var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sDescription:'Planning',
    sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Repertoire',
    bIsWebPath:true,
    sUrl:'repertoire.html'
},
{   bSeparatorAfter:true,
    sDescription:'Foto´s',
    sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'fotos.html'
},
{   sTitle:'Filmpjes',
    bIsWebPath:true,
    sUrl:'filmpjes.html'
},
{   sTitle:'#Twitter',
    bIsWebPath:true,
    sUrl:'twitter.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   bSeparatorAfter:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
