var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Rally',
    'bIsWebPath':true,
    'sUrl':'rallyfotos.html'
},
{   'sTitle':'Motocross',
    'bIsWebPath':true,
    'sUrl':'motocrossfotos.html'
},
{   'sTitle':'Enduro & OTR',
    'bIsWebPath':true,
    'sUrl':'enduroenoffroadfoto.html'
},
{   'sTitle':'Bromfietscross',
    'bIsWebPath':true,
    'sUrl':'bromfietscrossfotos.html'
},
{   'sTitle':'Diversen',
    'bIsWebPath':true,
    'sUrl':'diversefoto.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
