var D = document;

function Validate() {
  // Check for Empty fields
  if (D.REG.UserName.value == "" || D.REG.PassWord.value == "" || D.REG.PassWord_Check.value == "" || D.REG.EmailAddress.value == "")
  {
	alert(js_blanks);
	return false;
  }
  // Have we checked the checkbox?
  if (document.REG.agree.checked != true) 
  {
	alert(js_no_check);
	return false;
  }
  if(ijseUYDDjW)
  {
	var d1 = D.getElementById(tqsZlzDUsI);
	if(d1) { d1.value = ijseUYDDjW; }
  }
}

