var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'actueel',
    bIsWebPath:true,
    sUrl:'pagina10.html',"childArray" : [
    {   sTitle:'Recept van de maand',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
},
{   sTitle:'activiteiten',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'workshops',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'cursussen',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    }]
},
{   sTitle:'voorzieningen',
    bIsWebPath:true,
    sUrl:'pagina14.html'
},
{   sTitle:'winkels',
    bIsWebPath:true,
    sUrl:'pagina13.html'
},
{   sTitle:'ALIFA',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'woningen',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'omschrijving',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'details',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'beheer',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'huurdersvereniging',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina4.html'
}]
});
