var emptyErr1 = "You have forgotten to fill in [description].";
var isOfCorrectLengthErr1 = "[description] must not be longer than [maxlength] characters. You have typed [length].";
var isOfCorrectLengthErr2 = "[description] must not be shorter than [minlength] characters. You have typed [length].";
var isOfCorrectValueErr1 = "You can not order more than [maxvalue] copies of this publication. You have chosen [value].";
var isOfCorrectValueErr2 = "[description] must not be less than [minvalue].";

var radioFieldErr1 = "You have forgotten to choose [description].";
var emailFieldErr1 = "[value] is not a valid e-mail address.";
var zipFieldErr1 = "[value] is not a valid zip code.";
var phonenrFieldErr1 = "You have not filled in [description] correctly. (Remember to type a dash after the area code.)";
var numericFieldErr1 = "[description] contains non-numeric characters.";
var strictalphanumericFieldErr1 = "[description] must not contain quotation marks.";
var strictalphanumericFieldErr2 = "[description] must not contain spaces.";
