var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'WIE IS',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VISIE',
    bIsWebPath:true,
    sUrl:'visie.html'
},
{   sTitle:'WERKWIJZE',
    bIsWebPath:true,
    sUrl:'werkwijze.html'
},
{   sTitle:'REFERENTIES',
    bIsWebPath:true,
    sUrl:'referenties.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
