function em_go(itemvalue){ if (itemvalue == '169'){email = 'wwamersfoort@planet.nl'} document.location.href = 'mailto:' + email; } function em_show(itemvalue){ if (itemvalue == '169'){text = 'wwamersfoort@planet.nl'} document.write(text) }