var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'bio',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'optreden',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'boeken en cd\'s',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'advies',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'journalistiek',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'postbus',
    bIsWebPath:true,
    sUrl:'pagina9.html'
}]
});