var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Team ',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Foto\'s ',
    bIsWebPath:true,
    sUrl:'fotos.html'
},
{   sTitle:'Gallery 1',
    bIsWebPath:true,
    sUrl:'gallery1.html'
},
{   sTitle:'Gallery 2',
    bIsWebPath:true,
    sUrl:'gallery2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Inschrijven',
    bIsWebPath:true,
    sUrl:'inschrijven.html'
},
{   sTitle:'Google Map ',
    bIsWebPath:true,
    sUrl:'map.html'
}]
});