// JavaScript Document
function CheckPage1b1129d57f()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_42c2480d52','Company Name' );
   nResult += NotEmpty( nResult, 'fld_77d4171ebf','Purchaser Name' );
   nResult += Email( nResult, 'fld_21751bc408','E-mail' );
   nResult += NotEmpty( nResult, 'fld_6ef0e387bd','Telephone Number' );
   nResult += NotEmpty( nResult, 'fld_c5cf3af6e7','Address' );
   nResult += NotEmpty( nResult, 'fld_d7f9d75d1f','City' );
   nResult += NotEmpty( nResult, 'fld_7b4a42fbca','State' );
   nResult += NumbersOnly( nResult, 'fld_8809dbce5f','Zip Code' );
   nResult += NotEmpty( nResult, 'fld_29ad697bba','Serial Number' );
   nResult += NotEmpty( nResult, 'fld_63919187b3','Purchased From' );

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