// Common JavaScript messages used in the utility functions
// These are placed here for ease of translation
var MSG_REQ_FIELD           = '%1 is a required field.';
var MSG_MAX_LENGTH			= '%1 may only be a maximum of %2 characters long.';
var MSG_MIN_LENGTH			= '%1 must be a minimum of %2 characters long.';
var MSG_SAVED_SEARCH_EMPTY = 'You have selected to save this search but failed to provide a saved search name. Please provide a saved search name.';
var MSG_REGISTRATION_UPLOAD_PHOTO_SKIP_STEP = 'You have filled out the form to upload a photo. Are you sure you want to skip this step?';
var MSG_STOP_ADDING_TEXT='-stop adding text-';
var MSG_PLEASE_REMOVE_SOME_TEXT='-please remove some text-';
var MSG_ECOM_SELECT_STATE='- Select State -';
var MSG_ECOM_CREDIT_CARD_NOT_VALID='Credit Card Number is Not Valid';
var MSG_ECOM_MASTER_CARD_INVALID='MasterCard requires 16 numbers';
var MSG_ECOM_VISA_INVALID='Visa requires 13 or 16 numbers';
var MSG_ECOM_AMEX_INVALID='American Express requires 15 numbers';
var MSG_ECOM_DISCOVER_INVALID='Discover  requires 16 numbers';
var MSG_ECOM_JCB_INVALID='JCB requires 16 numbers';
var MSG_ECOM_SWITCHING_CURRENCY='In order to pay by %1, we must switch to %2. Is that okay?';
var FLASH_PLAYER_INSTALL_TITLE='Install Flash Player';
var FLASH_PLAYER_INSTALL_MESSAGE='You need to install Adobe\'s Flash Player to view the Flash content on this page.  Would you like to get the latest Flash Player now?';
var FLASH_PLAYER_INSTALL_YES='OK';
var FLASH_PLAYER_INSTALL_NO='Cancel';
