function antiopera()
{
  var c = document.getElementById('captcha');
  if (c.value == '')
  {
    c.focus();
    return false;
  }
  return true;
}
