var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'plattegrond',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'info/route',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Bestuur/agenda',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'actueel/bestuur',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'vrije tuinen',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Ons complex',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'polderpraat ',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Evenementen',
    bIsWebPath:true,
    sUrl:'pagina12.html'
},
{   sTitle:'werkbeurten',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'vogels',
    bIsWebPath:true,
    sUrl:'pagina13.html'
}]
});
