function sendForm(id) {
  oForm = document.forms[0];
  oForm.act.value = id;
  oForm.submit();
  return false;
}