var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Actueel',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Sinterklaasintocht2011',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'Dagboek Speelweek',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    }]
},
{   sTitle:'Dorpsbelang',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Doelstelling',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Dorpsvisie',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'Overleg Gemeente',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'Heraldiek Wapen',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    }]
},
{   sTitle:'Oomkegast',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Agenda',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Klaverjassen',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'Er op uit',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Foto vd Maand',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina8.html'
}]
});
