function em_go(itemvalue){ if (itemvalue == '10'){email = "info@catwalkpromotions.nl";} if (itemvalue == '4401'){email = "info@catwalkpromotions.nl";} if (itemvalue == '4412'){email = "info@catwalkpromotions.de";} document.location.href = 'mailto:' + email; } function em_show(itemvalue){ if (itemvalue == '10'){text = "info@catwalkpromotions.nl";} if (itemvalue == '4401'){text = "www.catwalkpromotions.nl";} if (itemvalue == '4412'){text = "info@catwalkpromotions.de";} document.write(text); }