var customNavTree13 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VOORSTELLINGEN',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'ROSEMARY\'S BABY',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'DE DANSGIGANT',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'UNA GIORNATA PARTICOLARE',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'NOGAL INGRIJPEND ONGELUK',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
},
{   sTitle:'ARCHIEF',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'GALERY',
    sUrl:'',"childArray" : [
    {   sTitle:'FOTO\'S',
        bIsWebPath:true,
        sUrl:'fotoalbums.html'
    },
    {   sTitle:'VIDEO\'S',
        bIsWebPath:true,
        sUrl:'videokanaal.html'
    }]
},
{   sTitle:'RESERVEREN',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'WEBWINKEL',
        sUrl:'http://www.mijnwebwinkel.nl/winkel/projectfors/?menu=category&categoryID=1189936',
        sTarget:'_blank'
    }]
},
{   sTitle:'NIEUWSBRIEF',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'15 VOOR FORS',
    bIsWebPath:true,
    sUrl:'15voorfors.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'GASTENBOEK',
    bIsWebPath:true,
    sUrl:'pagina16.html',
    sTarget:'_self'
}]
});
