// JavaScript Document

// Nombre de cada producto
// Comentado, no se utiliza
//   var producto = new Array("Alpha C3", "Alpha C4", "Alpha (not assembled)", "Alpha (assembled)", "Gota (not assembled)", "Gota (assembled)", "Spatial construction");

// Avisos de formulario
var msn = new Array();

msn[0] = "Do you really want to clean this form?";
msn[1] = "This email is not valid.";
msn[2] = "You must fill the field name.";
msn[3] = "You must fill the field address.";
msn[4] = "You must fill the field postal code.";
msn[5] = "You must fill the field city.";
msn[6] = "You must fill the field country.";
msn[7] = "You must fill the field email.";
msn[8] = "You must fill the field phone.";
msn[9] = "You must select at least one product";
msn[10] = "The units field only accept numbers";
msn[11] = "The units field only accept POSITIVE numbers."


