// JavaScript Document
function clearbox()
{
  document.sendemail.Where.value = "";
}

function clearbox2()
{
  document.sendemail.Subject2.value = "";
}
