function checkForm()
{
  if (document.form1.comments.value=="") {return false}
  return true     
}
