var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Voorstellingen',
    bIsWebPath:true,
    sUrl:'voorstellingen.html'
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'informatie.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
