// ***************************************************************************** // ** SETTINGS ** // ***************************************************************************** // 'linka' use this if part of the URL is the same in ALL the links // In this example all the files are in a subfolder called 'pages' linka=''; // the filename of the page the menu appears in eg 'transgender-menu.htm' thisPage='transgender-menu.htm'; // Do you want to use images for the category bullets? // If so then specify the path to your images folder from the menu page imgPath='../plaatjes/'; // do you want to use images for the category bullets? lev1img='yes'; // insert yes or no // give image names and dimensions lev1OpName='open.gif'; // open image name lev1OpHeight='10'; // image height lev1OpWidth='10'; // image width lev1ClosName='closed.gif'; // closed image name lev1ClosHeight='10'; // image height lev1ClosWidth='10'; // image width // do you want to use images for the sub-category bullets? lev2img='yes'; // insert yes or no // give image names and dimensions lev2Name='bullet.gif'; // image name lev2Height='10'; // image height lev2Width='16'; // image width // do you want to use a text character for the sub-category bullets? lev2Char='no'; // insert yes or no // set bullet character for level 2 bullets bullet = '› '; // base target - the frame that the links are targetting base = 'display_area'; // ***************************************************************************** // ** END OF SETTINGS ** // ***************************************************************************** // pulls 'page' variable out of URL - do not alter var x = 0 page = location.search.substr(1).split("?") for (x=0;x<=page.length;x++) { eval(page) } page = escape(page); page = page.slice(7); // do not alter this bit function subMenu(name,linkb) { this.name = name; this.linkb = linkb; } document.write(''); // ***************************************************************************** // ** BUILD MENU DATA ** // ***************************************************************************** // Nieuws Menu if (page=='nieuw') { thisMenu = new Array(); thisMenu[0] = new subMenu('Nieuws','nieuws.htm'); thisMenu[1] = new subMenu('Nieuw op de site','nieuw.htm'); } // Algemeen Menu if (page=='algemeen') { thisMenu = new Array(); thisMenu[0] = new subMenu('Bibliotheek','bibliotheek.htm'); thisMenu[1] = new subMenu('Anoniem blijven','anoniem.htm'); thisMenu[2] = new subMenu('Hulpverleners','hulpverleners-home.htm'); } // Begrippen Menu if (page=='begrippen') { thisMenu = new Array(); thisMenu[0] = new subMenu('Uitleg begrippen','begrippen.htm'); thisMenu[1] = new subMenu('Genderdysforie','begrippen.htm#genderdysforie'); thisMenu[2] = new subMenu('Man of vrouw','begrippen.htm#manofvrouw'); thisMenu[3] = new subMenu('Travestie','begrippen.htm#travestie'); thisMenu[4] = new subMenu('Transgenderisme','begrippen.htm#transgenderisme'); thisMenu[5] = new subMenu('Transseksualiteit','begrippen.htm#transseksualiteit'); thisMenu[6] = new subMenu('Wie/Wat ben ik?','begrippen.htm#wiewat'); thisMenu[7] = new subMenu('Afkortingen','afkortingen.htm'); } // FAQ Menu if (page=='faq') { thisMenu = new Array(); thisMenu[0] = new subMenu('Oorzaak ','transseksueel-oorzaak.htm'); thisMenu[1] = new subMenu('Verschil man/vrouw ','transseksueel-oorzaak.htm#verschillen'); thisMenu[2] = new subMenu('Ontstaan geslacht ','transseksueel-oorzaak.htm#ontstaan'); thisMenu[3] = new subMenu('Verschil hersenen ','transseksueel-oorzaak.htm#hersenen'); thisMenu[4] = new subMenu('Hersenen en geslacht ','transseksueel-oorzaak.htm#geslacht'); thisMenu[5] = new subMenu('Verkeerd ','transseksueel-oorzaak.htm#verkeerd'); } // Medisch Menu if (page=='medisch') { thisMenu = new Array(); thisMenu[0] = new subMenu('Medisch algemeen','transgender-medisch.htm'); thisMenu[1] = new subMenu('(Huis)arts','transgender-medisch.htm#huisarts'); thisMenu[2] = new subMenu('Oorzaak ','transseksueel-oorzaak.htm'); thisMenu[3] = new subMenu('Behandelen','transgender-medisch.htm#behandeling'); thisMenu[4] = new subMenu('Medicijnen','transgender-medisch.htm#medicijnen'); thisMenu[5] = new subMenu('Verwijdering beharing','transgender-medisch.htm#beharing'); thisMenu[6] = new subMenu('Zelfmedicatie','transgender-medisch.htm#zelfmedicatie'); thisMenu[7] = new subMenu('Genderteams','transgender-medisch.htm#onacceptabel'); thisMenu[8] = new subMenu('RIAGG/GGZ','riagg.htm'); } // Omgeving Menu if (page=='omgeving') { thisMenu = new Array(); thisMenu[0] = new subMenu('Omgeving algemeen','transgender-omgeving.htm'); thisMenu[1] = new subMenu('Info voor partner 1','transgender-partner.htm'); thisMenu[2] = new subMenu('Info voor partner 2','transgender-partner-vervolg.htm'); thisMenu[3] = new subMenu('Werkgever','transgender-werkgever.htm'); thisMenu[4] = new subMenu('Op het werk','transgender-werk.htm'); thisMenu[5] = new subMenu('Discriminatie','transgender-discriminatie.htm'); thisMenu[6] = new subMenu('Prive omgeving','transgender-prive.htm'); thisMenu[7] = new subMenu('Familie','transgender-prive.htm#familie'); } // Sociaal Menu if (page=='sociaal') { thisMenu = new Array(); thisMenu[0] = new subMenu('T&T avonden','tent-contactgroep.htm'); thisMenu[1] = new subMenu('Uitgaan','uitgaan.htm'); thisMenu[2] = new subMenu('Mailinglist','mailinglist.htm'); thisMenu[3] = new subMenu('Transgender Links','transgender-links.htm'); } // Hulpverleners Menu if (page=='hulpverleners') { thisMenu = new Array(); thisMenu[0] = new subMenu('Overzicht','transgender-hulpverleners.htm'); thisMenu[1] = new subMenu('Voor hulpverleners','transgender-hulpverleners.htm'); thisMenu[2] = new subMenu('Discriminatie','lgbt.htm'); thisMenu[3] = new subMenu('Transgender Links','transgender-links.htm'); } // Renee Menu if (page=='renee') { thisMenu = new Array(); thisMenu[0] = new subMenu('Wat bieden we u','rene-home.htm'); thisMenu[1] = new subMenu('De stichting','rene-rene.htm'); thisMenu[2] = new subMenu('De Gezichten','rene-gezicht.htm'); thisMenu[3] = new subMenu('Rene(e)Card®','rene-card.htm'); thisMenu[4] = new subMenu('Erdic Tabletten','rene-erdic.htm'); thisMenu[5] = new subMenu('Epilight ontharing','rene-epilight.htm'); thisMenu[6] = new subMenu('Donateur','rene-donateur.htm'); thisMenu[7] = new subMenu('Download info','rene-download.htm'); thisMenu[8] = new subMenu('Links','links.htm'); thisMenu[9] = new subMenu('Mail','mailto:info@renee3t.nl'); }