var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Start',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    },
    {   sTitle:'Voorwoord',
        bIsWebPath:true,
        sUrl:'pagina2.html'
    }]
},
{   sTitle:'Over Ons',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Foto algemeen',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    },
    {   sTitle:'Foto 2004',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    },
    {   sTitle:'Foto 2006',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'Foto 2008',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    },
    {   sTitle:'Foto 2010',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Foto 2012',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
},
{   sTitle:'Data voorstelling',
    bIsWebPath:true,
    sUrl:'pagina8.html',"childArray" : [
    {   sTitle:'Generale',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Premiere',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'Middagvoorstelling',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'Vrijdag 23 maart',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Zaterdag 24 maart',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Donderdag 29 maart',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Vrijdag 30 maart',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Zaterdag 31 maart',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    }]
},
{   sTitle:'Info & feiten',
    bIsWebPath:true,
    sUrl:'pagina17.html',"childArray" : [
    {   sTitle:'Kledingverhuur',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'Route',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    }]
}]
});
