
function initEmail() {
     document.getElementById("EMAILADDR").onfocus=function(){if (this.value=="Enter your e-mail") this.value="";}
   }

