function showTimeZonePopup() { window.open('timezone.php','setTimeZone','scrollbars=no,status=no,width=388,height=250') } function noSpam(n, d, tld) { window.location = "mail"+"to"+":"+n+"%40"+d+"%2e"+tld; } function openWindow(url, name, w, h) { popupWin = window.open(url, name, 'resizable=yes,scrollbars=no,menubar=no,width=' + w + ',height=' + h); } function eraseIf(element, dummyText) { if (element.value == dummyText) { element.value = "";}}