function sendForm(straction) 
{
  document.forms[0].action = straction;
  document.forms[0].submit();
}
