function CheckPagef1ff94f58a()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_c0239b809d','Ваше имя' );
   nResult += Email( nResult, 'fld_ab9b5bfac8','Электронная почта' );
   nResult += NotEmpty( nResult, 'fld_e160fe10c9','Тема письма' );

   if ( nResult == 0 )
   {
      if (1)
      {
         var el = document.getElementById( 'frm_28ae921f3b' );
         if ( typeof(el)=='object' && el != null ) el.submit();
      }
      else ChangePage( 0, 1 );
   }
}