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