<!--

////////////////////////////////////////////////////////////////////////////////////

//Main
var MAIN_LOGIN									 			 	= "You must login to access this page.";
var MAIN_SUBJECT								 			 	= "Please enter a valid subject.";
var MAIN_HTML_UNCHECK 				 			 	 	= "Please uncheck html checkbox.";
var MAIN_AGREEMENT 				 			 	 		 	= "You have to agree our terms and conditions.";
var MAIN_DEL_CONFRIMATION 					   	= "If you delete the marked item(s), all data linked to the item(s) will also be deleted.\n\nDo you still want to delete the item(s)?";
var MAIN_USER_INFORMATION								= "<B>Account Information</B>"

//login
var USER_INPUT_PASSWORD							 		= "Please enter a valid password.";
var USER_INPUT_COMPANY_CODE					 		= "Please enter a company code.";
var USER_INPUT_EMAIL						 				= "Please enter an eMail.";
var USER_INVALID_EMAIL									= "Please check your email.";
var USER_INPUT_EMAIL_ID					 				= "Please enter a valid ID or Email.";
var USER_EMAIL_HELP				 							= "1. Enter your e-mail address.\n\n2. We will send an e-mail to your address.";
var USER_EMAIL_SEND				 							= "Would you like to receive the password through your email?";
var OUT_OF_STOCK				 								= "There are out of stock(s). \n\nPlease, deselect item(s) or decrease number of item."

var USER_INPUT_USER								   		= "Please enter a valid user name.";
var USER_CONFIRM_PASSWORD					 			= "Please enter a valid confirm passwd.";
var USER_NOMATCH_CONF_PASSWORD			  	= "Confirmation password must equal password.";
var USER_INPUT_DEPARTMENT					  		= "Please enter a valid user name.";
var USER_INPUT_PROVINCE						   		= "Please enter a valid user name.";

//Report
var REPORT_INVALID_START_YEAR					 = "Please enter a valid year. (Ex:1971)";
var REPORT_INVALID_DATE_FORMAT				 = "Please enter a valid date.(Ex:1-21-2002)";
var REPORT_INVALID_DATE_FORMAT_END		 = "Please enter a valid year. (Ex:2-20-2004)";
var REPORT_INVALID_POSTION_OF_DATE     = "The end date cannot be the same as or earlier than the start date.";

var CART_REMOVE													= "Would you like to remove an item from cart?";
var CART_EMPTY													= "Your shopping cart is empty.";
var CART_MINIMUM												= "Minimum";

var BBS_SECRET													= "This item was locked.";
var INFORMATION_ADDRESS1								= "--";
var INFORMATION_ADDRESS2								= "--";

var PRODUCT_OUTOFSTOCK									= "This is out of stock. Please, select other item(s).";
var PRODUCT_AVAILABILITY								= "Your shopping cart is empty.";

var LOGIN_INPUT_USER										= "Please enter a valid eMail.";
var LOGIN_INPUT_PASSWORD								= "Please enter a valid password.";
//-->