var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'foto`s',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Wie is Jeroen?',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'sponsoren',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'sponsoren 2',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'sponsoren 3',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'sponsoren 4',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'media',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina9.html'
}]
});
