var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Valentijn',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Hotel',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Brasserie',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Menukaart',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Suggesties',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'Dagschotels',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Contactformulier',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    }]
},
{   sTitle:'Speelhoek',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'pagina8.html'
}]
});
