// error msg depends on the language
var errormsg = new Array();
errormsg[0] = 'Select at least one checkbox!';
errormsg[1] = ' cannot be empty!';
errormsg[2] = ' cannot use the default value!';
errormsg[3] = ' can only contain characters A-Z a-z!';
errormsg[4] = ' can only contain characters 0-9!';
errormsg[5] = ' can only contain characters A-Z a-z 0-9!';
errormsg[6] = ' is not a valid email!';
errormsg[7] = ' character number must be less than ';
errormsg[8] = ' character number must be between ';
errormsg[9] = ' is not a valid US phone number!';
errormsg[10] = ' is not a valid date!';
errormsg[11] = ' does not match!';
errormsg[12] = ' needs an option selected!';
errormsg[13] = ' needs a file to upload!';
errormsg[99] = 'All form information will be erased!';
errormsg[100] = 'Caps Lock is On.\n\nTo prevent entering your password incorrectly,\nyou should press Caps Lock to turn it off.';
errormsg[101] = 'Select either Standard or HD Replication!';
errormsg[102] = 'Include a file with submit disc art graphic option!';
errormsg[103] = 'Please select only one method of duplication!';
errormsg[104] = 'Please select only one type of case';
errormsg[105] = 'Choose submit disc art graphic or design, not both!';
errormsg[106] = 'Select either Standard or HD Authoring!';
errormsg[107] = 'Choose submit case wrap graphic or design, not both!';
errormsg[108] = 'Choose submit inserts graphic or design, not both!';
errormsg[109] = 'Include a file with submit case wrap graphic option!';
errormsg[110] = 'Include a file with submit inserts graphic option!';
errormsg[111] = 'Please select at least one option from the checkboxes!';
