function user_make(i)
{
  var f="f"+i;
  document.getElementById(f).submit();
}
