var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Activiteiten',
    bIsWebPath:true,
    sUrl:'pagina6.html',"childArray" : [
    {   sTitle:'Joepie',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Keetn',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Midweek',
        bIsWebPath:true,
        sUrl:'pagina159.html'
    }]
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Groepen',
    bIsWebPath:true,
    sUrl:'pagina8.html',"childArray" : [
    {   sTitle:'Pagadders',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Joro\'s',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'Kabouters',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Knimmers',
        bIsWebPath:true,
        sUrl:'pagina17.html'
    },
    {   sTitle:'Sjo\'s',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    }]
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Verhuur',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina11.html'
}]
});
