function setFocus() {
  document.login.email.focus();
}

function removeProcessing() {
	Element.remove("processing");
}