var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'2012',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'2011',
    bIsWebPath:true,
    sUrl:'pagina27.html'
},
{   sTitle:'2010',
    bIsWebPath:true,
    sUrl:'pagina25.html'
},
{   sTitle:'2009',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'2008',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'2007',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'2006',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'2005',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'2004',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'2003',
    bIsWebPath:true,
    sUrl:'pagina14.html'
},
{   sTitle:'Biografie',
    bIsWebPath:true,
    sUrl:'pagina13.html'
},
{   sTitle:'Tekst',
    bIsWebPath:true,
    sUrl:'pagina12.html'
},
{   sTitle:'Pers',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina16.html'
},
{   sTitle:'You tube',
    bIsWebPath:true,
    sUrl:'pagina23.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.tussendebomen.blogspot.com',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina24.html'
}]
});
