var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Waarnemingen',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'LS',
    bIsWebPath:true,
    sUrl:'ls.html',"childArray" : [
    {   sTitle:'LS Boeken',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Top 5',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
}]
});
