ERR_CONF 							= 	new Array();
ERR_CONF["type"] 					= 	"please write the coil material type";
ERR_CONF["poids_maxi"] 				= 	"please type the maxi coil weight";
ERR_CONF["poids_maxi_limite"] 		= 	"the field 'maxi weight' must be lower or equal to 20000 kg. If the coil weight is higher please contact us";
ERR_CONF["diam_ext"] 				= 	"please type the External diameter";
ERR_CONF["diam_int"] 				= 	"please type the Internal diameter";
ERR_CONF["diam_comp"] 				= 	"field 'internal diameter' must be inferior to field 'external diameter'";
ERR_CONF["form_larg_mini"] 			= 	"the 'mini width' format is not valid. The separator must be a dot";
ERR_CONF["input_larg_mini"] 		= 	"please type the mini width of your coil";
ERR_CONF["form_larg1_maxi"] 		= 	"the 'maxi width' format is not valid. The separator must be a dot";
ERR_CONF["input_larg1_maxi"] 		= 	"please type the 'maxi width' of your coil";
ERR_CONF["larg1_maxi_limite"] 		= 	"field 'maxi width' must be lower or equal to 2200 mm. If it is higher please contact us";
ERR_CONF["larg1_comp"] 				= 	"field 'mini width' must be inferior to field 'maxi width'";
ERR_CONF["form_ep1_maxi"] 			= 	"the 'maxi thickness' format is not valid. The separator must be a dot";
ERR_CONF["input_ep1_maxi"] 			= 	"please type the 'maxi thickness' with 'this width'";
ERR_CONF["ep1_comp"] 				= 	"field 'mini thickness' must be inferior or equal to field 'what is the maxi thickness for this  width '";
ERR_CONF["ep1_maxi_limite"] 		= 	"field 'maxi thickness' must be inferior or equal to 14 mm. For over thickness, get in touch with us for quotation";
ERR_CONF["form_ep_mini"] 			= 	"the 'mini thickness' format is not valid. The separator must be a dot";
ERR_CONF["input_ep_mini"] 			= 	"please type the 'mini thickness' of your coil material type";
ERR_CONF["ep_mini_limite"] 			= 	"the 'mini thickness' zone must be bigger than 0. Please enter your value again";
ERR_CONF["form_ep2_maxi"] 			= 	"the 'maxi thickness' format is not valid. The separator must be a dot";
ERR_CONF["input_ep2_maxi"] 			= 	"please type the maxi thickness of your coil material type";
ERR_CONF["ep2_comp"] 				= 	"field 'mini thickness' must be lower than the field 'Maxi thickness'";
ERR_CONF["larg2_comp"] 				= 	"field 'mini width' must be lower than the field 'for this thickness, what will be the maxi width'";
ERR_CONF["form_larg2_maxi"] 		= 	"the 'maxi width' format is not valid. The separator must be a dot";
ERR_CONF["input_larg2_maxi"] 		= 	"please type the field 'for this thickness, what will be the maxi width'";
ERR_CONF["larg2_maxi_limite"] 		= 	"field 'maxi width' must be lower or equal to 2200 mm. If it is higher please contact us";
ERR_CONF["ep2_maxi_limite"] 		= 	"field 'maxi thickness' must be lower or equal to 14 mm. If it is higher please contact us";
ERR_CONF["larg1_maxi_comp"] 		= 	"zone 'what is the maxi width with this thickness' must be lower or equal to the 'maxi width' zone";
ERR_CONF["ep1_maxi_comp"] 			= 	"field 'Maxi width' must be upper or equal than the field 'for this width What will be the maxi thickness'";
