var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Menu restaurant',
        bIsWebPath:true,
        sUrl:'pagina9.html',"childArray" : [
        {   sTitle:'Dranken',
            bIsWebPath:true,
            sUrl:'pagina10.html'
        },
        {   sTitle:'Voorgerechten',
            bIsWebPath:true,
            sUrl:'pagina11.html'
        },
        {   sTitle:'Pasta',
            bIsWebPath:true,
            sUrl:'pagina18.html'
        },
        {   sTitle:'Pizza',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        },
        {   sTitle:'Vlees',
            bIsWebPath:true,
            sUrl:'pagina14.html'
        },
        {   sTitle:'Vis',
            bIsWebPath:true,
            sUrl:'pagina15.html'
        },
        {   sTitle:'Dessert',
            bIsWebPath:true,
            sUrl:'pagina16.html'
        },
        {   sTitle:'Wijn',
            bIsWebPath:true,
            sUrl:'pagina17.html'
        }]
    },
    {   sTitle:'Porta a Casa',
        bIsWebPath:true,
        sUrl:'pagina2.html',"childArray" : [
        {   sTitle:'Wekelijkse menu',
            bIsWebPath:true,
            sUrl:'pagina3.html'
        }]
    },
    {   sTitle:'om mee te nemen',
        bIsWebPath:true,
        sUrl:'pagina19.html',"childArray" : [
        {   sTitle:'Salade',
            bIsWebPath:true,
            sUrl:'pagina20.html'
        },
        {   sTitle:'Pizza',
            bIsWebPath:true,
            sUrl:'pagina21.html'
        },
        {   sTitle:'Pasta',
            bIsWebPath:true,
            sUrl:'pagina22.html'
        }]
    },
    {   sTitle:'Over ons',
        bIsWebPath:true,
        sUrl:'pagina5.html',"childArray" : [
        {   sTitle:'Openingsuren',
            bIsWebPath:true,
            sUrl:'pagina7.html'
        },
        {   sTitle:'Adres',
            bIsWebPath:true,
            sUrl:'pagina8.html'
        }]
    }]
}]
});
