function CheckPagea7cf4baeff()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_b8a215b937','ФИО' );
   nResult += NotEmpty( nResult, 'fld_b2d092b986','Телефон' );
   nResult += NotEmpty( nResult, 'fld_903b2fa153','Город' );
   nResult += Email( nResult, 'fld_a3480d3bd6','Электронный адрес' );
   nResult += NotEmpty( nResult, 'fld_eba1166211','Количество взрослых' );
   nResult += NotEmpty( nResult, 'fld_44eb7fc693','Количество основных мест' );

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