var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'over ons',
    bIsWebPath:true,
    sUrl:'over ons.html'
},
{   sTitle:'management',
    bIsWebPath:true,
    sUrl:'management.html'
},
{   sTitle:'producties',
    bIsWebPath:true,
    sUrl:'producties.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
