var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wat is het',
    bIsWebPath:true,
    sUrl:'wat_is_het.html'
},
{   sTitle:'Programma',
    bIsWebPath:true,
    sUrl:'programma.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
