// Path of the Master database:
var DBNameHTML = "/clients/vvaa/webportal.nsf";
// Path of the current database:
var DBNameHTML_C = "";
var sPathName = document.location.pathname;
var iNSFPos = sPathName.toUpperCase().indexOf( ".NSF" );
if( iNSFPos == -1 ){
var iSlashPos = sPathName.indexOf( "/", 1 );
DBNameHTML_C = sPathName.substring( 0, iSlashPos );
} else {
DBNameHTML_C = sPathName.substring( 0, iNSFPos + 4 );
}
//*****************************************************************************
// ---------------- Product Menu Data ------------------------------------------
//******************************************************************************
//aME = new Array();
/* Menu items from Buttons (Computed Text)
*/mE('090001000_RightTopMenu','home','','/clients/vvaa/webportal.nsf/v01013/Index!OpenDocument','rechts','','','','','','','','','Buttons');/*
*/mE('090001000_RightTopMenu','over VVAA','','/clients/vvaa/webportal.nsf/v01013/A0100_OverVVAA!OpenDocument','_self','','','','','','','','','Buttons');/*
*/mE('090001000_RightTopMenu','werken bij VVAA','','/clients/vvaa/webvacatures.nsf/v01013/F0100_Vacatures!OpenDocument','_self','','','','','','','','','Buttons');/*
*/mE('090001000_RightTopMenu','e-dossier','','/clients/vvaa/webedossier.nsf/v01013/A0100_Algemeen!OpenDocument','_self','','','','','','','','','Buttons');/*
*/mE('090001000_RightTopMenu','lid worden','','/clients/vvaa/webportal.nsf/v01013/C0300_LidWorden!OpenDocument','_self','','','','','','','','','Buttons');/*
*/mE('090001000_RightTopMenu','contact','','/clients/vvaa/webportal.nsf/v01013/D0400_Contact!OpenDocument','_self','','','','','','','','','Buttons');/*
End of menu items */
//*****************************************************************************
// ---------------- END Product Menu Data -------------------------------------
//*****************************************************************************