var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Park',
        bIsWebPath:true,
        sUrl:'page2.html',"childArray" : [
        {   sTitle:'Plattegrond',
            bIsWebPath:true,
            sUrl:'pagina20.html',"childArray" : [
            {   sTitle:'Locatie receptie',
                bIsWebPath:true,
                sUrl:'pagina30.html'
            }]
        }]
    },
    {   sTitle:'Verhuur',
        bIsWebPath:true,
        sUrl:'page4.html',"childArray" : [
        {   sTitle:'Woningen',
            bIsWebPath:true,
            sUrl:'page3.html',"childArray" : [
            {   sTitle:'Categorie A',
                bIsWebPath:true,
                sUrl:'pagina9.html'
            },
            {   sTitle:'Categorie B',
                bIsWebPath:true,
                sUrl:'pagina10.html'
            },
            {   sTitle:'Op een rij',
                bIsWebPath:true,
                sUrl:'pagina21.html',"childArray" : [
                {   sTitle:'1',
                    bIsWebPath:true,
                    sUrl:'pagina23.html'
                },
                {   sTitle:'3',
                    bIsWebPath:true,
                    sUrl:'pagina31.html'
                },
                {   sTitle:'5',
                    bIsWebPath:true,
                    sUrl:'pagina58.html'
                },
                {   sTitle:'7',
                    bIsWebPath:true,
                    sUrl:'pagina34.html'
                },
                {   sTitle:'9',
                    bIsWebPath:true,
                    sUrl:'pagina29.html'
                },
                {   sTitle:'17',
                    bIsWebPath:true,
                    sUrl:'pagina25.html'
                },
                {   sTitle:'19',
                    bIsWebPath:true,
                    sUrl:'pagina24.html'
                },
                {   sTitle:'20',
                    bIsWebPath:true,
                    sUrl:'pagina32.html'
                },
                {   sTitle:'21',
                    bIsWebPath:true,
                    sUrl:'pagina26.html'
                },
                {   sTitle:'22',
                    bIsWebPath:true,
                    sUrl:'pagina28.html'
                },
                {   sTitle:'25',
                    bIsWebPath:true,
                    sUrl:'pagina35.html'
                },
                {   sTitle:'27',
                    bIsWebPath:true,
                    sUrl:'pagina41.html'
                },
                {   sTitle:'29',
                    bIsWebPath:true,
                    sUrl:'pagina43.html'
                },
                {   sTitle:'34',
                    bIsWebPath:true,
                    sUrl:'pagina66.html'
                }]
            }]
        }]
    },
    {   sTitle:'Te Koop',
        bIsWebPath:true,
        sUrl:'pagina36.html'
    },
    {   sTitle:'Omgeving',
        bIsWebPath:true,
        sUrl:'page5.html',"childArray" : [
        {   sTitle:'Links',
            bIsWebPath:true,
            sUrl:'pagina11.html'
        }]
    },
    {   sTitle:'Route',
        bIsWebPath:true,
        sUrl:'pagina6.html',"childArray" : [
        {   sTitle:'Kaartje',
            bIsWebPath:true,
            sUrl:'pagina12.html'
        },
        {   sTitle:'Per trein',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        }]
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
}]
});
