var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Actueel',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Bestelformulier',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Dirigent',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Ledenpagina',
    bIsWebPath:true,
    sUrl:'pagina10.html',"childArray" : [
    {   sTitle:'LedenpaginaWelkom',
        bIsWebPath:true,
        sUrl:'pagina11.html',"childArray" : [
        {   sTitle:'Portrettengalerij',
            bIsWebPath:true,
            sUrl:'pagina12.html'
        },
        {   sTitle:'HuishoudelijkReglement',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        }]
    }]
}]
});
