var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Thuis bij Of-Course',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wie ben ik',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Nu in onze winkel',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'De winkel',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
