<!--
function Msg() {
	this.JS_NOT_SELECT_ERR      = null;
	this.JS_NOT_INPUT_ERR       = null;
	this.JS_MIN_LENGTH_ERR      = null;
	this.JS_MAX_LENGTH_ERR      = null;
	this.JS_NUMBER_FORMAT_ERR   = null;
	this.JS_SINGLE_BYTES_ONLY   = null;
	this.JS_ALPHA_NUMERICS_ONLY = null;
	this.JS_DOUBLE_BYTES_ONLY   = null;
	this.JS_DATE_FORMAT_ERR     = null;
	this.JS_FORMAT_ERR          = null;
	this.JS_LOGOUT_DONE         = null;
	this.JS_LOGOUT_CONFIRM      = null;
	this.JS_SINGLE_BYTES_ONLY_WITHOUT_KANA = null;
	this.JS_AJAX_REQUEST_TIMEOUT = null;
	this.JS_AJAX_NOW_EXECUTING = null;
	this.JS_TAB_AJAX_ACTION_ONLY_IN_TAB = null;
	this.JS_SERVER_CONNECTION_ERROR1 = null;
	this.JS_SERVER_CONNECTION_ERROR2 = null;
	this.JS_SERVER_CONNECTION_ERROR3 = null;
	this.JS_UPLOAD_FILE_ERR = null;
	return this;
}
//-->
