var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Beeldportret',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Partis',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   bSeparatorBefore:true,
    sTitle:'forum',
    bIsWebPath:true,
    sUrl:'pagina25.html'
},
{   bSeparatorBefore:true,
    sTitle:'Chat',
    bIsWebPath:true,
    sUrl:'pagina26.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
