function chkMail(pId) {
 var chk = document.getElementById(pId).value;
 if (chk != "" || chk != null)  
  window.location = chk;
}
