var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'wie',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'wat',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'waar',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'waarom',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
