function em_go(itemvalue){ if (itemvalue == '1258'){email = "[rooster_email]";} document.location.href = 'mailto:' + email; } function em_show(itemvalue){ if (itemvalue == '1258'){text = "[rooster_email]";} document.write(text); }