var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mode',
    bIsWebPath:true,
    sUrl:'mode.html',
    sTarget:'_self'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',
    sTarget:'_self'
},
{   sTitle:'Referenties',
    bIsWebPath:true,
    sUrl:'referenties.html',
    sTarget:'_self'
},
{   sTitle:'Publicaties',
    bIsWebPath:true,
    sUrl:'publicaties.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
