function CheckPage4b112c7b03()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_d48516d6ce','Ф.И.О.' );
   nResult += NotEmpty( nResult, 'fld_41bd022ef8','Контактный телефон ( с кодом города)' );
   nResult += Email( nResult, 'fld_47326567f9','Электронный адрес' );
   nResult += NotEmpty( nResult, 'fld_aadb920470','Количество взрослых' );

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