function onLoad()
{
  document.getElementById("email").focus()
}

function onCancel()
{
  document.location.href = "index.php"
  return false
}

function onForgottenPassword()
{
  document.location.href = "forgottenpassword.php"
  return false
}