var	_df=2;//1-yyymmdd 2-yyyymmdd
//var	_greenBroswer	=	true;
var	isJava	=	false;
var	__package	=	new Array();
function _gl(ajaxType)
{
if (isJava)
return _vp + ajaxType;
else
return _vp + "utility/Ajax/" + ajaxType + ".aspx";
}
function doImport(fileName)
{
var	importAry	=	fileName.split(",");
for (var i = 0; i < importAry.length; i++)
{
_ip(importAry[i]._r(/(^\s*)|(\s*$)/g,""));
}
}
function _ip(fileName)
{
for (var i = 0; i < __package.length; i++)
{
if (__package[i] == fileName)
return;
}
__package[__package.length]	=	fileName;
try{
try{top.dialogArguments.top.libObj[js];top.libObj[js]=top.dialogArguments.top.libObj[js];}
catch(e1){try{top.opener.top.libObj[js];top.libObj[js]=top.opener.top.libObj[js];}catch(e2){}}
var js = fileName.replace(/.js/g,'');
if (top.libObj[js]!=null)
{
if (window.execScript)
window.execScript(top.libObj[js], "JavaScript");	
else
window.eval(top.libObj[js], "JavaScript");
return;
}}catch(ex){}
var	xmlHttpObject	=	_ax();
if (fileName == 'MessageContent.js')
{
xmlHttpObject.open("get", _vp + "script/" + fileName, false);
xmlHttpObject.send();
}
else
//if (xmlHttpObject.status == 404)
{
xmlHttpObject.open("get", _gl("LoadScript") + "?scriptName=" + fileName, false);
xmlHttpObject.send();
}
var	code	=	xmlHttpObject.responseText;
if (window.execScript)
window.execScript(code, "JavaScript");	
else
window.eval(code, "JavaScript");
try{top.libObj[js]=code;}catch(ex){}
}
function _ax()
{
return 	_x
(
function() {return new XMLHttpRequest()},
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
function() {return new ActiveXObject('Microsoft.XMLHTTP')}
);
}
function _x()
{
var	result	=	null;
for (var i = 0; i < arguments.length; i++)
{
try
{
result	=	arguments[i]();
return	result;
}
catch (ex)
{}
}
}
function _()
{
var	result	=	new Array();
for (var i = 0; i < arguments.length; i++)
result[i]	=	_w().document.getElementById(arguments[i]);
if (arguments.length == 1)
return result[0];
else
return result;
}
__Base__WinObj	=	self;
function _w(_winObj)
{
if (_winObj != null)
__Base__WinObj	=	_winObj;
else
return __Base__WinObj;
}
function _i(formName, inputName)
{
return _w().document.forms[formName].elements[inputName];
}
function _d()
{
return document;
}
function _p(str)
{
return parseInt(str, 10);
}
function _wu(str)
{
return WindowUtil;
}
function _e1(pgName, arguments, errStr)
{
return getExceptionStr_(pgName, arguments, errStr)
}
function _ce(id)
{
return _d().createElement(id);
}
function _c()
{
return Calendar;
}
function _du()
{
return DateUtil;
}
function _eh()
{
return ErrorHandle;
}
function _fe()
{
return FormEvent;
}
function _fz(str, num)
{
return StrUtil.fillZero(StrUtil.trim(new String(str)), num);
}
function _t(str)
{
return StrUtil.trim(new String(str));
}
function _h()
{
return Hashtable;
}
function _s()
{
return SuccessWindow;
}
String.prototype._s	=	function (s_, e_)
{
return this.substring(s_, e_);
}
String.prototype._r	=	function (regexp, s_)
{
return this.replace(regexp, s_);
}
String.prototype._i	=	function (s_)
{
return this.indexOf(s_);
}
String.prototype._c	=	function (s_)
{
return this.charAt(s_);
}
