function Send()
{
  document.mainForm.ACT.value = 'send';
  document.mainForm.submit();
}

