function CheckPage83dad03d92()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_ec04d98c5b','Ваше имя' );
   nResult += Email( nResult, 'fld_fc124f5a97','Электронная почта' );
   nResult += NotEmpty( nResult, 'fld_d3b3b4c358','Тема письма' );
   nResult += NotEmpty( nResult, 'fld_9dfda62f93','Сообщение' );

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