var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Ons blad',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Index',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    }]
},
{   sTitle:'Verzamelaars',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Tips',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Winkels',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
