var MESSAGE_PUBLIC_TO_PRIVATE = "You are leaving the public ibm.com site and entering private ibm.com pages.\n\nIf you would like to purchase items from both your private store and the public ShopIBM store, no problem.  We'll ask you for the information to do both at checkout.";
var MESSAGE_PRIVATE_TO_PUBLIC = "You are leaving your private site and entering a public ibm.com.\n\nIf you would like to purchase items from both your private store and the public ShopIBM store, no problem.  We'll ask you for the information to do both at checkout.";
var MESSAGE_PRIVATE_TO_PRIVATE = "You are leaving your private site and entering another private site.\n\nIf you would like to purchase items from multiple private stores and the public ShopIBM store, no problem.  We'll ask you for the information to do each at checkout.";
var MESSAGE_MULTI_CARTS = "You've added items from multiple stores to your cart - we'll present you with payment and shipping options for each store as you proceed to checkout.";

var MESSAGE_NO_SELECTION = "Please make a selection before clicking go.";
var MESSAGE_NO_QUANTITY = "Please enter the quantity of each item you want to add to the cart.";
var MESSAGE_INVALID_QUANTITY = "One of your quantities is not numeric.  Enter only numbers in the box next to the items you have selected.";

var MESSAGE_SHOPCART_INVALID_QUANTITY = "Quantity must be a number greater than zero.  Quantity will be reset to ";

var MESSAGE_ERROR_HEADER = "The form was not submitted because of the following error(s).\nPlease correct these error(s) and re-submit.\n\n";
var MESSAGE_INVALID_PASSWORD = "Passwords can only consist of alphabetic (a-z) and numeric (0-9) characters.\n";
var MESSAGE_INCOMPLETE_PASSWORD = "Password must be longer than 6 digits. Please re-enter.\n";
var MESSAGE_INVALID_EMAIL = "Email address is incorrect or invalid.\n";
var MESSAGE_INCOMPLETE_ZIP_FIELD = "You have entered an incomplete postal code.  Please check the length for the field.\n";
var MESSAGE_INCOMPLETE_ZIP = "The Postal Code field is incomplete. Please fill in all the fields for the Postal Code section\n";
var MESSAGE_INVALID_DAY_PHONE = "Please enter only numerical values for the Daytime phone number field.\n";
var MESSAGE_INCOMPLETE_DAY_PHONE_FIELD = "You have entered a incomplete phone number.  Please fill in both the area code and the number for the Daytime phone number field.\n";
var MESSAGE_INCOMPLETE_DAY_PHONE = "The Daytime Phone number field is incomplete. Please fill in all the 3 fields for the Daytime Phone number section\n";
var MESSAGE_INVALID_EVENING_PHONE = "Please enter only numerical values for the Evening phone number field.\n";
var MESSAGE_INCOMPLETE_EVENING_PHONE_FIELD = "You have entered a incomplete phone number.  Please fill in both the area code and the number for the Evening phone number field.\n";
var MESSAGE_INCOMPLETE_EVENING_PHONE = "The Evening Phone number section is incomplete. Please fill in all the 3 fields for the Evening Phone number section\n";
var MESSAGE_INVALID_FAX_PHONE = "Please enter only numerical values for the Fax Number field.\n";
var MESSAGE_INCOMPLETE_FAX_PHONE_FIELD = "You have entered a incomplete phone number.  Please fill in both the area code and the number for the Fax Number field.\n";
var MESSAGE_INCOMPLETE_FAX_PHONE = "The Fax number section is incomplete.  Please fill in all the 3 fields for the Fax number section\n";
var MESSAGE_INCOMPLETE_PRIVACY0 = "";
var MESSAGE_INCOMPLETE_PRIVACY1 = "";
var MESSAGE_NO_RECORDE = "You have not selected any orders.";
