// a couple of global variables that will differ by language
var weekdays = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var months = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
var every_month = "Every Month";
var every_year = "Every Year";

var errorMessages = new Array();
errorMessages['required'] = "Please fill in the following required fields before submitting this form:\n\n";
errorMessages['email'] = "Please enter a valid e-mail address in this field.";
errorMessages['phone'] = "Please enter a valid phone number in this field.";
errorMessages['date'] = "Dates must be formatted as MM/DD/YYYY or YYYY-MM-DD (e.g. 01/05/2001 or 2001-10-12). Please enter a valid date in this field. ";
errorMessages['integer'] = "Please enter a valid whole number in this field.";
errorMessages['alpha-numeric'] = "Please enter only letters, numbers, dashes (-), and underscores (_) in this field.";
errorMessages['float'] = "Please enter a valid number (either whole number or decimal) in this field.";
errorMessages['maxdigits'] = "Please lower the value to less than the maximum number of digits for this field: ";
errorMessages['remove-select'] = "You must select items in order to remove them.";
errorMessages['invalid-date'] = "Please enter a valid date for the following: ";
errorMessages['invalid-time'] = "The Starting Time must be before the Ending Time.  If you intended this to end on a different day, please change the Ending Date. Otherwise, please correct the times and submit the form again.";
errorMessages['repeat-event'] = "Please select a repeat option or check the button next to 'Do Not Repeat This Event'.";
errorMessages['no-times'] = "Please select a Start and End Time or check the box next to 'All-day event'.";
errorMessages['delete'] = "Are you sure you want to delete this?";
errorMessages['delete_contacts'] = "You are about to permanently delete ALL contacts associated\nwith the selected lists. This action can NOT be undone.\n\nARE YOU SURE YOU WANT TO DELETE ALL\nCONTACTS ASSOCIATED WITH THE SELECTED LISTS?";
errorMessages['delete_all_contacts'] = "You are about to permanently delete ALL contacts\nin your Address Book. This action can NOT be undone.\n \nARE YOU SURE YOU WANT TO DELETE YOUR\nENTIRE ADDRESS BOOK?";
errorMessages['duplicate-option'] = "You cannot use the same information in more than one section of your site.  Please change the duplicate sections and click Save again.";
errorMessages['quick-add'] = "You Must Enter a First and Last Name and E-Mail Address";
errorMessages['image-size'] = "The image you are trying to upload exceeds the maximum size allowable by this application.  Please resize the image to be smaller than ";
errorMessages['image-size-confirm'] = "The image you are trying to upload exceeds the recommended maximum size.  Click 'Ok' to continue with the upload or 'Cancel' to cancel it.  The recommended maximum size is ";
errorMessages['image-type'] = "The image you are trying to upload is not in .gif or .jpg format.  You will need to convert it to either .jpg or .gif (.jpg recommended).";
errorMessages['filter-tag'] = "The following unapproved tag was found in your message and must be removed before you can submit it: \n";
errorMessages['filter-url'] = "You cannot link to non-approved sites.";
errorMessages['filter-link'] = "Web links must begin with http:// or they will not work.  Only links to approved sites or to email addresses are permissible.";
errorMessages['ignore'] = "Are you sure you want to ignore this user?  You will no longer see any threads or replies posted by them.";
errorMessages['new_password'] = "You are about to generate a new password for the site owner.\nAre you sure you want to do this?\nPlease make sure to notify the site owner of this change.";
errorMessages['empty_folder'] = "Are you sure you want to empty this folder?";
