var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VOORSTELLINGEN',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'UNA GIORNATA PARTICOLARE',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'FLAT VAN JET - FORSE LACH THEATER',
        bIsWebPath:true,
        sUrl:'forselachtheater.html'
    },
    {   sTitle:'DE DANSGIGANT',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'NOGAL INGRIJPEND ONGELUK',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
},
{   sTitle:'ARCHIEF',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'FOTO\'S',
        bIsWebPath:true,
        sUrl:'fotoalbums.html'
    },
    {   sTitle:'VIDEO\'S',
        bIsWebPath:true,
        sUrl:'videokanaal.html'
    }]
},
{   sTitle:'GALERY',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'fotoalbums.html'
},
{   sTitle:'RESERVEREN',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'WEBWINKEL',
        bIsExternal:true,
        sUrl:'http://www.mijnwebwinkel.nl/winkel/projectfors/?menu=category&categoryID=1189936'
    }]
}]
});
