var errorMsgLogin = new Array();
errorMsgLogin[0] = "Please fill in your username !";
errorMsgLogin[1] = "Please fill in your password !";

var errorMsgSubmitSearch = new Array();
errorMsgSubmitSearch[0] = "Please enter one or more search words..."

var maxLength = 4000;
var errMsgContact = new Array();
errMsgContact[0] = "Please select a subject !";
errMsgContact[1] = "Please fill in your firstname !";
errMsgContact[2] = "Please fill in your lastname !";
errMsgContact[3] = "Please fill in your company !";
errMsgContact[4] = "Please fill in your function !";
errMsgContact[5] = "Please fill in a correct email address !";
errMsgContact[6] = "Please fill in  your telephone number !";
errMsgContact[7] = "The comment field is too long (max " + maxLength + " characters allowed !)"
errMsgContact[8] = "Please select a country !";
errMsgContact[9] = "The description field is too long (max " + maxLength + " characters allowed !)"
errMsgContact[10] = "Please fill in the Part number !";
errMsgContact[11] = "Please fill in the Model number !";
errMsgContact[12] = "Please fill in the Date of installation !";
errMsgContact[13] = "Please fill in the Part description !";
errMsgContact[14] = "Please fill in the description of the problem !";
errMsgContact[15] = "Please fill in the to field !";
errMsgContact[16] = "Please fill in the subject field !";
errMsgContact[17] = "Please fill in the serial number !";
errMsgContact[18] = "Please fill in the quantity !";
errMsgContact[19] = "Please fill in the Model Number you didn't find in the list!";
errMsgContact[20] = "Please fill in the Request Code!";
errMsgContact[21] = "Please fill in the Service date!";
errMsgContact[22] = "Please fill in the Customer name!";
errMsgContact[23] = "Please fill in the first address line!";
errMsgContact[24] = "Please fill in the City!";
errMsgContact[25] = "Please fill in the Country!";
errMsgContact[26] = "Please fill in the postal code!";
errMsgContact[27] = "Please fill in the phone number!";
errMsgContact[28] = "Please fill in the fax number!";
errMsgContact[29] = "Please fill in the E-mail address!";
errMsgContact[30] = "Please fill in the Serial Number!";
errMsgContact[31] = "Please fill in the Model!";
errMsgContact[32] = "Please fill in the Install date!";
errMsgContact[33] = "Please fill in the Invoice number!";
errMsgContact[40] = "Please fill in - Brand old machine"
errMsgContact[41] = "Please fill in - Other brand old machine!"
errMsgContact[42] = "Please fill in - Year of manufacture old machine"
errMsgContact[43] = "Please fill in - Serial number old machine!" 
errMsgContact[44] = "Please fill in - Serial number new IPSO machine!"
errMsgContact[45] = "Please fill in - Type new IPSO machine!"
errMsgContact[46] = "Please fill in - Address of installation - street!"
errMsgContact[47] = "Please fill in - Address of installation - no!"
errMsgContact[48] = "Please fill in - Address of installation - Postal Code!"
errMsgContact[49] = "Please fill in - Address of installation - Place!"
errMsgContact[50] = "Please fill in - Address of installation - Country!"
errMsgContact[51] = "Please fill in - Information end-user - street!"
errMsgContact[52] = "Please fill in - Information end-user - No!"
errMsgContact[53] = "Please fill in - Information end-user - Postal code!"
errMsgContact[54] = "Please fill in - Information end-user - Place!"
errMsgContact[55] = "Please fill in - Information end-user - Country!"
errMsgContact[56] = "Please fill in - Information end-user - E-mail!" 
errMsgContact[57] = "Please fill in - Information end-user - Tel!"
errMsgContact[58] = "Please fill in - Information end-user - Fax!"
errMsgContact[59] = "Please fill in - Information end-user - Company activity"
errMsgContact[60] = "Please fill in - I agree with the general terms & conditions"
errMsgContact[61] = "Please fill in - Information end-user - Company name"
errMsgContact[62] = "Please upload the invoice."

