var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Fotografie',
    'bIsWebPath':true,
    'sUrl':'fotografie.html',"childArray" : [
    {   'sTitle':'Trouwreportage',
        'bIsWebPath':true,
        'sUrl':'trouwreportage.html'
    },
    {   'sTitle':'Geboortekaartjes',
        'bIsWebPath':true,
        'sUrl':'geboortekaartjes.html'
    },
    {   'sTitle':'Natuurfotografie',
        'bIsWebPath':true,
        'sUrl':'natuurfotografie.html'
    },
    {   'sTitle':'Sport fotografie',
        'bIsWebPath':true,
        'sUrl':'sportfotografie.html'
    },
    {   'sTitle':'Ballet',
        'bIsWebPath':true,
        'sUrl':'Ballet.html'
    },
    {   'sTitle':'Portret Fotografie',
        'bIsWebPath':true,
        'sUrl':'Portret Fotografie.html'
    }]
},
{   'sTitle':'Mijn Websites',
    'bIsWebPath':true,
    'sUrl':'mijn websites.html'
},
{   'sTitle':'SISKU',
    'bIsWebPath':true,
    'sUrl':'sisku.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Gastenboek',
    'bIsWebPath':true,
    'sUrl':'gastenboek.html'
}]
});
