var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profiel',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Palmares',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Resultaten',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Programma',
    bIsWebPath:true,
    sUrl:'programma.html'
},
{   sTitle:'Multimedia',
    bIsWebPath:true,
    sUrl:'multimedia.html',"childArray" : [
    {   sTitle:'Foto\'s',
        bIsWebPath:true,
        sUrl:'foto.htm'
    },
    {   sTitle:'Filmpjes',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Krantenartikels',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    }]
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Gastenboek',
    bIsExternal:true,
    sUrl:'http://kennyterweduwe-be.write2me.nl/'
}]
});
