// JavaScript Document
var ErrorMsg = new Array
(
 	'Error: ',	
	'The field "First Name" is empty!',
	'The text in the field "First Name" may not exceed 128 characters!',
	'The field "Last Name" is empty!',
	'The text in the field "Last Name" may not exceed 128 characters!',
	'The field "E-Mail" is empty!',
	'The text in the field "E-Mail" may not exceed 256 characters!',
	'The field "E-Mail" contains incorrect data!',
	'The field "Phone" contains incorrect data!',
	'The field "Phone " may not exceed 32 characters!',
	'The field "Address" may not exceed 512 characters!',
	'The field "ZIP" may not exceed 16 characters!',
	'The field "City" may not exceed 64 characters!',
	'The field "Organization" may not exceed 128 characters!',
	'The field "Position" may not exceed 128 characters!',
	'You have chosen "Other...",\n please specify in the text field below',
	'The field "Other..." may not exceed 256 characters!',
	'Field "Message text" is empty!',
	'Field "Message text" may not exceed 2048 characters!'
);