var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Nieuws',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'Huurtoeslag 2011',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Samenwerkingsovereenkomst',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'Leystromen',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Lid worden',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    },
    {   sTitle:'Twitter',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'Verhuizen',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'Gebruiksvoorwaarden',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Enquête',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Het Bestuur',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Notulen & Docs',
    bIsWebPath:true,
    sUrl:'pagina13.html'
},
{   sTitle:'Veilig wonen',
    bIsWebPath:true,
    sUrl:'pagina12.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'Vraag & Antwoord',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Leystromen',
    bIsWebPath:true,
    sUrl:'pagina17.html'
}]
});
