var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welkom',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Verzekeringen',
    'bIsWebPath':true,
    'sUrl':'pagina2.html',"childArray" : [
    {   'sTitle':'Particulieren',
        'bIsWebPath':true,
        'sUrl':'pagina12.html'
    },
    {   'sTitle':'Bedrijven',
        'bIsWebPath':true,
        'sUrl':'pagina13.html'
    },
    {   'sDescription':'Overlijdens Risico verzekering',
        'sTitle':'O.R.V',
        'bIsWebPath':true,
        'sUrl':'O.R.V.html'
    },
    {   'sTitle':'Reisverzekering',
        'bIsWebPath':true,
        'sUrl':'pagina14.html'
    },
    {   'sTitle':'Zorgverzekering',
        'bIsWebPath':true,
        'sUrl':'pagina21.html'
    },
    {   'sTitle':'Bromfiets',
        'bIsWebPath':true,
        'sUrl':'pagina15.html'
    },
    {   'sTitle':'Bromfiets Rijbewijs',
        'bIsWebPath':true,
        'sUrl':'pagina20.html'
    }]
},
{   'sTitle':'Financieringen',
    'bIsWebPath':true,
    'sUrl':'pagina3.html',"childArray" : [
    {   'sTitle':'Doorlopend Krediet',
        'bIsWebPath':true,
        'sUrl':'pagina16.html'
    },
    {   'sTitle':'Persoonlijke Lening',
        'bIsWebPath':true,
        'sUrl':'pagina17.html'
    },
    {   'sTitle':'WOZ Krediet',
        'bIsWebPath':true,
        'sUrl':'pagina18.html'
    }]
},
{   'sTitle':'Direct Lenen',
    'bIsWebPath':true,
    'sUrl':'pagina5.html'
},
{   'sTitle':'Hypotheken',
    'bIsWebPath':true,
    'sUrl':'pagina4.html'
},
{   'sTitle':'Letselschade',
    'bIsWebPath':true,
    'sUrl':'pagina6.html'
},
{   'sTitle':'Formulieren/Documenten',
    'bIsWebPath':true,
    'sUrl':'pagina7.html',"childArray" : [
    {   'sTitle':'Disclaimer',
        'bIsWebPath':true,
        'sUrl':'pagina22.html'
    },
    {   'sTitle':'Dienstverleningsdocument',
        'bIsWebPath':true,
        'sUrl':'pagina23.html'
    },
    {   'sTitle':'Woonhuis/Inboedel',
        'bIsWebPath':true,
        'sUrl':'pagina24.html',"childArray" : [
        {   'sTitle':'Herbouwwaardemeter/A.S.R.',
            'bIsWebPath':true,
            'sUrl':'pagina27.html'
        },
        {   'sTitle':'Herbouwwaardemeter Klaverblad',
            'bIsWebPath':true,
            'sUrl':'pagina29.html'
        },
        {   'sTitle':'Herbouwwaardemeter Algemeen',
            'bIsWebPath':true,
            'sUrl':'pagina31.html'
        },
        {   'sTitle':'Inboedelmeter A.S.R.',
            'bIsWebPath':true,
            'sUrl':'pagina28.html'
        },
        {   'sTitle':'Inboedelmeter klaverblad',
            'bIsWebPath':true,
            'sUrl':'pagina30.html'
        },
        {   'sTitle':'Inboedelmeter Algemeen',
            'bIsWebPath':true,
            'sUrl':'pagina32.html'
        }]
    },
    {   'sTitle':'Schadeformulieren',
        'bIsWebPath':true,
        'sUrl':'pagina25.html',"childArray" : [
        {   'sTitle':'Algemeen Schadeformulier',
            'bIsWebPath':true,
            'sUrl':'pagina33.html'
        },
        {   'sTitle':'Europees Schadeformulier',
            'bIsWebPath':true,
            'sUrl':'pagina34.html'
        }]
    },
    {   'sTitle':'Diversen',
        'bIsWebPath':true,
        'sUrl':'pagina26.html',"childArray" : [
        {   'sTitle':'Opzeggingskaart',
            'bIsWebPath':true,
            'sUrl':'pagina35.html'
        },
        {   'sTitle':'Intermediair Wijziging',
            'bIsWebPath':true,
            'sUrl':'pagina36.html'
        }]
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'pagina8.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'pagina10.html'
}]
});
