var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Organizers',
    bIsWebPath:true,
    sUrl:'expohelp voor organisatoren.html',"childArray" : [
    {   sTitle:'Stand Design & visualisation',
        bIsWebPath:true,
        sUrl:'stand design & visualisation.html'
    },
    {   sTitle:'Eventdesign & Visualisation',
        bIsWebPath:true,
        sUrl:'eventdesign.html',
        sTarget:'_self'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'expohelp-contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Ruud van Uden.',
    bIsWebPath:true,
    sUrl:'ruud van uden.html'
}]
});