var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Foto/Video',
    bIsWebPath:true,
    sUrl:'foto-video.html',"childArray" : [
    {   sTitle:'Foto',
        bIsWebPath:true,
        sUrl:'foto.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    }]
},
{   sTitle:'Archief',
    bIsWebPath:true,
    sUrl:'archief.html',"childArray" : [
    {   sTitle:'Archief/Nieuws',
        bIsWebPath:true,
        sUrl:'arch-nws.html'
    },
    {   sTitle:'Archief/Foto',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Archief/Video',
        bIsWebPath:true,
        sUrl:'arch-video.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina16.html'
}]
});
