var errorMsgLogin = new Array();
errorMsgLogin[0] = "Por favor indique su nombre de usuario !";
errorMsgLogin[1] = "Por favor indique su contraseña !";

var errorMsgSubmitSearch = new Array();
errorMsgSubmitSearch[0] = "Por favor entre una o más palabras de búsqueda..."

var maxLength = 4000;
var errMsgContact = new Array();
errMsgContact[0] = "Por favor seleccione un tema !";
errMsgContact[1] = "Por favor indique su nombre !";
errMsgContact[2] = "Por favor indique sus apellidos !";
errMsgContact[3] = "Por favor indique su Compañía !";
errMsgContact[4] = "Por favor indique su cargo !";
errMsgContact[5] = "Por favor indique una dirección electrónica correcta !";
errMsgContact[6] = "Por favor indique su número de teléfono !";
errMsgContact[7] = "El campo de comentario es demasiado largo (max " + maxLength + " caracteres aracteres permitidos !)"
errMsgContact[8] = "Por favor seleccione un país !";
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 !";

