// 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('010003000_LeftBottomMenu','Arts & Auto','','http://www.artsenauto.nl','_self','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','Reisbureau','','http://www.vvaareisbureau.nl','_self','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','VVAA Ledenvoordeel','','/clients/vvaa/webvvaaexclusief.nsf/v01013/A0100_VVAAExclusief!OpenDocument','_self','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','Opleidingen & Seminars','','/clients/vvaa/webseminars.nsf/v01013/A0100_Portal!OpenDocument','_self','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','MediFire','','http://www.medifire.nl','_blank','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','MediRisk','','http://www.medirisk.nl','_blank','','','','','','','','','Buttons');/* */mE('010003000_LeftBottomMenu','
','','#','_self','','','','','','','','','Nobutton');/* End of menu items */ //***************************************************************************** // ---------------- END Product Menu Data ------------------------------------- //*****************************************************************************