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