//JavaScript errors

var error=new Array(21)
				error[0]="Please provide us with:\n"
				error[1]="     - First Name\n"
				error[2]="     - Last Name\n"
				error[3]="     - Company\n"
				error[4]="     - Address\n"
				error[5]="     - City\n"
				error[6]="     - State\n"
				error[7]="     - Zip\n"
				error[8]="     - Country\n"
				error[9]="     - Phone\n"
				error[10]="     - Email\n"
				error[11]="     - Primary OS\n"
				error[12]="     - Product\n"
				error[13]="     - SKU Number\n"
				error[14]="     - Installation Code or\n       Registration Code\n"
				error[15]=" - FileMaker products used\n"
				error[16]=" - Where you use FileMaker\n"
				error[17]=" - Your industry\n"  //other
				error[18]=" - Your work\n" //other
				error[19]=" - Your industry\n"
				error[20]=" - Your work\n"
				error[21]="     - Subject\n"
				error[22]="     - Name\n" //the next 5 are used on press eval page specifically
				error[23]="     - Title\n"
				error[24]="     - Publication\n"
				error[25]="     - Publication Web site\n"
				error[26]="     - City, State, and ZIP\n"

