function CheckPage801e316097()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_3336ce928f','ФИО' );
   nResult += NotEmpty( nResult, 'fld_591c5cde4c','Контактный телефон ( с кодом города)' );
   nResult += Email( nResult, 'fld_462fe02e5e','Электронный адрес' );
   nResult += NotEmpty( nResult, 'fld_d81c3d509d','Количество взрослых' );

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