<!--
function Const() {
	this.VERSION = 'Ninja-VA Ajax 4.0_006';
	this.HTML_LOGOFF = null;
	this.HTML_SWO = null;
	this.ENCODE2 = null;
	this.INPUT_NAME_PREFIX = null;
	this.DELIMITER1 = null;
	this.DELIMITER2 = null;
	this.DELIMITER3 = null;
	this.AJAX_TIMEOUT = 0;
	this.AJAX_PROGRESSBAR_SHOW_DELAY = 0;
	this.AJAX_CONNECTION_CLOSE = false;
	this.DEBUG = false;
	this.DATE_REGEXP = new RegExp('^(\\d{4})\\/(\\d{1,2})\\/(\\d{1,2})$');
	this.NUMBER_REGEXP = new RegExp('^[\\-\\d\\.+,]+$');
	this.ALPHA_NUMERICS_REGEXP = new RegExp('^[0-9a-zA-Z]+$');
	this.INPUT_NAME_REGEXP = new RegExp('^(tl_.+::.+__.+__)(-?\\d+):(-?\\d+)$');
	this.TAB_ID_REGEXP = new RegExp('^(\\S+):(-?\\d+)$');
	this.PIXEL_REGEXP = new RegExp('^\\s*(\\d+)(px)?\\s*$');
	this.UPLOAD_FILE_REGEXP = new RegExp('^[a-zA-Z]:\\\\|^\\\\');
	this.EMPTY_REGEXP = new RegExp('^\\s+$');
	this.PROGRESSBAR_ZINDEX = 99; 
	this.POPUP_ZINDEX = 60;       
	this.NULLIMAGE_ZINDEX = 30;   
	return this;
}
//-->
