
		<!--
			/*
			¦£¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦«
			¦¢	ÆÄÀÏ¸í : /include/jsStandard.js
			¦¢	¸ñÀû : ¸ðµç À¥ ÆäÀÌÁö¿¡¼­ ÀÚ¹Ù½ºÅ©¸³Æ®¸¦ »ç¿ëÀ» À§ÇØ ±âº»ÀûÀ¸·Î Æ÷ÇÔµÇ¾î Á¦°øµÇ´Â ÇÔ¼ö ¸ñ·Ï
			¦¢	ÃÖÃÊ ÀÛ¼ºÀÚ : ¹®Çö±Ô
			¦¢	ÃÖÃÊ ÀÛ¼ºÀÏ : 2001³â ¿ù ÀÏ
			¦¢	ÃÖÁ¾ ¼öÁ¤ÀÚ : ¹®Çö±Ô
			¦¢	ÃÖÁ¾ ¼öÁ¤ÀÏ : 2002³â 8¿ù 2ÀÏ ¿ÀÈÄ 5½Ã 3ºÐ(version 1.0)
			¦¢	Æ¯ÀÌ »çÇ× : 
			¦¦¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦«
			*/
			
			
			
			var undefined;
			
			/***********************************************************************************
				* ÇÔ¼ö¸í : ThisPage()
				* ±â´É : ÀÚ¹Ù½ºÅ©¸³Æ®¿¡¼­ »ç¿ëµÇ¾îÁö´Â Å¬¶óÀÌ¾ðÆ®ÀÇ ¼Ó¼º°ªµé°ú »çÀÌÆ®¿¡¼­ °øÅëÀûÀ¸·Î »ç¿ëµÇ
						¾îÁö´Â º¯¼ö°ªµéÀ» Á¤ÀÇ. °´Ã¼ÀÇ ÀÎ½ºÅÏ½º·Î »ç¿ëÇÏµµ·Ï Á¦°øÇÑ´Ù.
				* ÃÖÃÊ ÀÛ¼ºÀÚ : ¹®Çö±Ô
				* ÃÖÁ¾ ÀÛ¼ºÀÏ : 2002³â 8¿ù 2ÀÏ ¿ÀÈÄ 5½Ã 3ºÐ(version 1.0)
				* ÃÖÁ¾ ¼öÁ¤ÀÚ : ¹®Çö±Ô
				* ÃÖÁ¾ ¼öÁ¤ÀÏ : 2002³â 8¿ù 2ÀÏ ¿ÀÈÄ 5½Ã 3ºÐ
				* Æ¯ÀÌ»çÇ× : ÀÌ °´Ã¼ÇÔ¼ö´Â ¾Æ·¡ÀÇ ¸Þ½îµå ÇÔ¼ö¸¦ Æ÷ÇÔÇÑ´Ù. ÀÌ ¸Þ½îµå´Â ¼Ó¼º°ªµéÀ» ¼³Á¤ÇÒ ¶§ »ç
						¿ëµÇ¾îÁö¹Ç·Î ²À ÇÔ²² Á¤ÀÇ µÇ¾îÁ®¾ß ÇÑ´Ù.
							ThisPage_cntChrInStr(strValue, chrValue)
							ThisPage_cvtArray(vData, chrSep)
							ThisPage_cvtCollection(vData, chrSep, chrPairSep)
							ThisPage_isForm(vData)
							ThisPage_isInput(vData)
							ThisPage_isKeyInput(vData)
							ThisPage_isImage(vData)
							ThisPage_getTitle(vData)
							ThisPage_getType(vData)
							ThisPage_getLength(vData)
							ThisPage_setHeadTag()
							ThisPage_trim(vData)
			***********************************************************************************/
			function ThisPage(){
			// SCRIPT CONSTANTS
			///////////////////////////////////////////////////////////////////////////////////////////////////
				this.alpha = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
				this.num = '0123456789';
				this.alphanum = this.alpha + this.num;
				this.phoneAllow = this.num + '()+-';
				this.phoneAvoid = undefined;
				this.idAllow = this.alphanum + '_';
				this.idAvoid = '~`!@#$%^&*=+\|{}:;",.<>/?()[]- ' + "'";
				this.pwdAllow = this.alphanum;
				this.pwdAvoid = '~`!@#$%^&*_=+\|{}:;",.<>/?()[]- ' + "'";
				this.domainAllow = this.alphanum + '-';
				this.domainAvoid = undefined;
				this.emailAllow = this.alphanum + '@.[]_-';
				this.emailAvoid = ' ';
				this.fileAllow = this.alphanum + ' ()[].-_';
				this.fileAvoid = '\/:*?"<>|';
				this.folderAllow = this.alphanum + ' ()[].-_';
				this.folderAvoid = '\/:*?"<>|';
				this.pathAllow = undefined;
				this.pathAvoid = '*?"<>|';
				this.cookieAllow = undefined;
				this.cookieAvoid = ';=';
				this.searchAllow = undefined;
				//this.searchAvoid = '~`!@#$%^&*=+\|{}:;",.<>/?()[]-' + "'";
				this.searchAvoid = '~`!@#$%^&*=+\|{}:;",.<>/?()[]' + "'";
				this.urlEncoding = 'application/x-www-form-urlencoded';
				this.dataEncoding = 'multipart/form-data';
				var aryInputType = new Array();
					aryInputType[0] = 'button';
					aryInputType[1] = 'checkbox';
					aryInputType[2] = 'file';
					aryInputType[3] = 'hidden';
					aryInputType[4] = 'password';
					aryInputType[5] = 'radio';
					aryInputType[6] = 'reset';
					aryInputType[7] = 'select-one';
					aryInputType[8] = 'select-multiple';
					aryInputType[9] = 'submit';
					aryInputType[10] = 'text';
					aryInputType[11] = 'textarea';
				this.inputTypes = aryInputType;
				var aryRelationalOperator = new Array();
					aryRelationalOperator[0] = '==';
					aryRelationalOperator[1] = '!=';
					aryRelationalOperator[2] = '>=';
					aryRelationalOperator[3] = '<=';
					aryRelationalOperator[4] = '>';
					aryRelationalOperator[5] = '<';
				this.relationalOperators = aryRelationalOperator
				var aryVariableType = new Array();
					aryVariableType[0] = 'boolean';
					aryVariableType[1] = 'number';
					aryVariableType[2] = 'object';
					aryVariableType[3] = 'string';
					aryVariableType[4] = 'undefined';
				this.variableTypes = aryVariableType
				this.locationAround = 0;
				this.locationFront = 1;
				this.locationRear = 2;
				this.constraintHigh = true;
				this.constraintLow = false;
				this.lengthByte = true;
				this.lengthChr = false;
				this.chkAryTrue = true;
				this.chkAryFalse = false;
				this.displayYes = '';
				this.displayNo = 'none';
				this.visibilityYes = 'visible';
				this.visibilityNo = 'hidden';
			
			
			// METHODS
			///////////////////////////////////////////////////////////////////////////////////////////////////
				this.cntChrInStr = ThisPage_cntChrInStr;			// ¹®ÀÚ¿­¿¡ ÁöÁ¤µÈ ¹®ÀÚÀÇ °¹¼ö ¹ÝÈ¯
				this.cvtArray = ThisPage_cvtArray;					// ¹®ÀÚ¿­À» ÁöÁ¤µÈ ¹®ÀÚ·Î ±¸ºÐÇÑ ¹è¿­ °´Ã¼ ¹ÝÈ¯
				this.cvtCollection = ThisPage_cvtCollection;		// ¹®ÀÚ¿­À» ÁöÁ¤µÈ ¹®ÀÚµé·Î ±¸ºÐÇÑ ÄÃ·º¼Ç °´Ã¼ ¹ÝÈ¯
				this.isForm = ThisPage_isForm;						// ÁöÁ¤µÈ ÀÎÀÚ°¡ Æû °´Ã¼ÀÎÁö È®ÀÎ
				this.isInput = ThisPage_isInput;						// ÁöÁ¤µÈ ÀÎÀÚ°¡ »ç¿ëÀÚ ÀÔ·Â °´Ã¼ÀÎÁö È®ÀÎ
				this.isKeyInput = ThisPage_isKeyInput;			// ÁöÁ¤µÈ ÀÎÀÚ°¡ »ç¿ëÀÚ Å°ÀÔ·Â °¡´É °´Ã¼ÀÎÁö È®ÀÎ
				this.isImage = ThisPage_isImage;					// ÁöÁ¤µÈ ÀÎÀÚ°¡ ÀÌ¹ÌÁö °´Ã¼ÀÎÁö È®ÀÎ
				this.getTitle = ThisPage_getTitle;					// °´Ã¼ÀÇ title ¼Ó¼º°ªÀ» ¹ÝÈ¯
				this.getType = ThisPage_getType;					// °´Ã¼ÀÇ type ¼Ó¼º°ªÀ» ¹ÝÈ¯
				this.getLength = ThisPage_getLength;				// °´Ã¼ÀÇ length ¼Ó¼º°ªÀ» ¹ÝÈ¯
				this.setHeadTag = ThisPage_setHeadTag;		// ÆäÀÌÁöÀÇ ±âº» Çìµå ÅÂ±×¸¦ ¼³Á¤
				this.trim = ThisPage_trim;								// ¹®ÀÚ¿­ÀÇ ¾ÕµÚ °ø¹éÀ» Á¦¿ÜÇÑ ¹®ÀÚ¿­ ¹ÝÈ¯
				
				
			// PROPERTIES
			////////////////////////////////////////////////////////////////////////////////////////////////
				// Å¬¶óÀÌ¾ðÆ® ÇÃ·§Æû¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.platform = window.navigator.platform;				// (string) Å¬¶óÀÌ¾ðÆ® ÇÃ·§Æû
				this.win = (this.platform.indexOf('Win')>-1);			// (boolean) À©µµ¿ìÁîÀÎÁöÀÇ ¿©ºÎ
				this.win16 = (this.platform.indexOf('Win16')>-1);		// (boolean) À©µµ¿ìÁî 16ºñÆ® Çü½ÄÀÎÁöÀÇ ¿©ºÎ
				this.win32 = (this.platform.indexOf('Win32')>-1);		// (boolean) À©µµ¿ìÁî 32ºñÆ® Çü½ÄÀÎÁöÀÇ ¿©ºÎ
				this.winCE = (this.platform.indexOf('WinCE')>-1);		// (boolean) À©µµ¿ìÁî CE ÀÎÁöÀÇ ¿©ºÎ
				
				// Å¬¶óÀÌ¾ðÆ® ºê¶ó¿ìÀúÀÇ Á¾·ù¿Í ¹öÀü¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.ie = (navigator.userAgent.indexOf('MSIE')>-1);				// (boolean) ÀÍ½ºÇÃ·Î¾î ¿©ºÎ
				this.ns = (navigator.userAgent.indexOf('Netscape')>-1);		// (boolean) ³Ý½ºÄÉÀÌÇÁ ¿©ºÎ
				
				this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>-1);			// (boolean) ÀÍ½ºÇÃ·Î¾î 4 ¿©ºÎ
				this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>-1);			// (boolean) ÀÍ½ºÇÃ·Î¾î 5 ¿©ºÎ
				this.ie6 = (navigator.userAgent.indexOf('MSIE 6')>-1);			// (boolean) ÀÍ½ºÇÃ·Î¾î 6 ¿©ºÎ
				this.ie7 = (navigator.userAgent.indexOf('MSIE 7')>-1);			// (boolean) ÀÍ½ºÇÃ·Î¾î 7 ¿©ºÎ
				this.ie8 = (navigator.userAgent.indexOf('MSIE 8')>-1);			// (boolean) ÀÍ½ºÇÃ·Î¾î 8 ¿©ºÎ
				
				this.ns4 = (navigator.userAgent.indexOf('Netscape4')>-1);	// (boolean) ³Ý½ºÄÉÀÌÇÁ 4 ¿©ºÎ
				this.ns5 = (navigator.userAgent.indexOf('Netscape5')>-1);	// (boolean) ³Ý½ºÄÉÀÌÇÁ 5 ¿©ºÎ
				this.ns6 = (navigator.userAgent.indexOf('Netscape6')>-1);	// (boolean) ³Ý½ºÄÉÀÌÇÁ 6 ¿©ºÎ
				this.ns7 = (navigator.userAgent.indexOf('Netscape7')>-1);	// (boolean) ³Ý½ºÄÉÀÌÇÁ 7 ¿©ºÎ
				this.ns8 = (navigator.userAgent.indexOf('Netscape8')>-1);	// (boolean) ³Ý½ºÄÉÀÌÇÁ 8 ¿©ºÎ
				
				this.ver = 0;																// (integer) ºê¶ó¿ìÀú ¹öÀü
				
				if(this.ns4 || this.ie4) this.ver=4;
				if(this.ns5 || this.ie5) this.ver=5;
				if(this.ns6 || this.ie6) this.ver=6;
				if(this.ns7 || this.ie7) this.ver=7;
				if(this.ns8 || this.ie8) this.ver=8;
				
				// ÇöÀç À¥ ÆäÀÌÁöÀÇ »çÀÌÆ® °æ·Î, ÆÄÀÏ¸í, Æú´õ¸í¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.pagePath = location.pathname;						// (string) ÇöÀç ÆäÀÌÁöÀÇ °æ·Î(ÆÄÀÏ °æ·Î)
				this.folderPath = this.pagePath.substring(0, this.pagePath.lastIndexOf('/')+1);
																					// (string) ÇöÀç Æú´õÀÇ °æ·Î(Æú´õ °æ·Î)
				this.fileName = this.pagePath.substring(this.pagePath.lastIndexOf('/')+1);
																					// (string) ÇöÀç ÆÄÀÏ¸í
				this.folderName = this.pagePath.substring(0, this.pagePath.lastIndexOf('/'));
				this.folderName = this.folderName.substring(this.folderName.lastIndexOf('/')+1);
																					// (string) ÇöÀç Æú´õ¸í
				
				//  ÆäÀÌÁö°¡ ·ÎµåµÇ´Â ½Ã°£, ³¯Â¥¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.today = new Date();									// (object) ÇöÀç ³¯Â¥ ½Ã°£ °´Ã¼
				this.date = '';
				this.time = '';
				this.datetime = '';
				/*
				// ¾Æ·¡ °ªµéÀº IE 5.0 ºê¶ó¿ìÁ®¿¡¼­ ¿¡·¯¸¦ ¹ß»ý½ÃÅ²´Ù.
				this.date = this.today.toLocaleDateString();			// (string) ÇöÀç ³¯Â¥ ¹®ÀÚ¿­
				this.time = this.today.toLocaleTimeString();			// (string) ÇöÀç ½Ã°£ ¹®ÀÚ¿­
				this.datetime = this.today.toLocaleString();			// (string) ÇöÀç ³¯Â¥ ½Ã°£ ¹®ÀÚ¿­
				*/
				
				// request query stirng¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.queryStr = window.location.search;					// (string) ÀÌÀü ÆäÀÌÁö·ÎºÎÅÍ ¿äÃ»µÈ Query String
				this.queryStr = this.queryStr.substr(1);
				this.query = this.cvtCollection(this.queryStr, '&', '=');	// (object) Query StringÀÇ Collection Object
				
				// cookie¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.cookieEnabled = window.navigator.cookieEnabled;	// (boolena) ÄíÅ° Çã¿ë ¿©ºÎ
				this.cookieStr = document.cookie;								// (string) ÄíÅ° ÃÑ ¹®ÀÚ¿­
				this.cookies = this.cvtCollection(this.cookieStr, ';', '=');		// (object) ÄíÅ° ¹®ÀÚ¿­ÀÇ Collection Object
				
				// ºê¶ó¿ìÀú ½ºÅ¸ÀÏ¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				if(this.ie){	// ÇöÀç´Â body ºÎºÐÀÌ »ý¼ºµÈ »óÅÂ°¡ ¾Æ´Ï±â ¶§¹®¿¡ ¿¡·¯°¡ ¹ß»ý. Á¤È®ÇÑ À©µµ¿ìÀÇ height¿Í width¸¦ ±¸ÇÏ±â À§ÇØ¼­´Â bodyºÎºÐ ¾È¿¡¼­ Á¤ÀÇ
					this.height = '100%';		// this.height = window.document.body.clientHeight;
					this.width = '100%';			// this.width = window.document.body.clientWidth;
				}
				else if(this.ns){
					this.height = window.innerHeight;
					this.width = window.innerWidth;
				}
				else{
					this.height = '100%';
					this.width = '100%';
				}
				
				// ********** ¾Æ·¡ ¼Ó¼º°ªµéÀº ´ë»ó »çÀÌÆ®¿¡ µû¶ó Á÷Á¢ ¼³Á¤ÇØ ÁÝ´Ï´Ù. **********
				
				// Å¬¶óÀÌ¾ðÆ® ºê¶ó¿ìÀúÀÇ À¯È¿¼º
				this.avail = (this.ie && this.ver>=5);		// (boolean) ÇöÀçÀÇ ½ºÅ©¸³Æ®°¡ »ç¿ë °¡´ÉÇÑ ºê¶ó¿ìÀúÀÎÁöÀÇ ¿©ºÎ
				
				// °øÅë °æ·Î¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.etcPath = '/etc/';						// (string) °øÅë Ã³¸® ÆÄÀÏµéÀÌ À§Ä¡ÇÑ Æú´õ °æ·Î
				this.incPath = '/include/';					// (string) °øÅë Æ÷ÇÔ ÆÄÀÏµéÀÌ À§Ä¡ÇÑ Æú´õ °æ·Î
				this.imgPath = '/images/';				// (string) °øÅë ÀÌ¹ÌÁö ÆÄÀÏµéÀÌ À§Ä¡ÇÑ Æú´õ °æ·Î
				this.errPath = '/etc/errProc.asp';		// (string) ¿¡·¯ Ã³¸® ÆäÀÌÁö °æ·Î
				this.errURL = escape(this.errPath) + 
								'?ErrNum=7777' + 
								'&ErrSrc=JavaScript' + 
								'&ErrPath=' + escape(this.pagePath) + 
								'&ErrTime=' + escape(this.datetime) + 
								'&ErrDesc=' + escape('Unknown JavaScript Error');
																// (string) ÆäÀÌÁö¿¡¼­ ¿¡·¯¸¦ ¹ß»ý½ÃÄ×À» °æ¿ì ¼³Á¤ÇÒ URL
				// ¸ÞÅ¸ ÅÂ±×¿¡ ´ëÇÑ ¼Ó¼º°ª ¸ñ·Ï
				this.charSet = 'euc-kr';					// (string) ÆäÀÌÁöÀÇ ÀÎÄÚµù ¹®ÀÚ¼¼Æ® :: ks_c_5601-1987
				this.author = 'Metacom';					// (string) °³¹ßÀÚ ¼­¸í
				this.description = '¾î¼¼½ºÅ¸';					// (string) »çÀÌÆ® ¼³¸í
				this.keywords = '¾î¼¼½ºÅ¸';					// (string) »çÀÌÆ® °Ë»ö Å°¿öµå
				
				// »çÀÌÆ® ´ÜÃà ¾ÆÀÌÄÜ °æ·Î¿¡ ´ëÇÑ ¼Ó¼º°ª
				this.shortcutIcon = '/images/icoShortcut.ico';		// (string) ¹Ù·Î°¡±â ¾ÆÀÌÄÜ ÆÄÀÏ °æ·Î
				
				// ½ºÅ¸ÀÏ½¬Æ® °æ·Î¿¡ ´ëÇÑ ¼Ó¼º°ª
				this.cssCommon = '/include/cssCommon.css';		// (string) °øÅë ½ºÅ¸ÀÏ½¬Æ® ÆÄÀÏ °æ·Î
				this.cssSepcify = '/include/css';
					if(this.ie) this.cssSepcify+='IE'+String(this.ver);
					else if(this.ns) this.cssSepcify+='NS'+String(this.ver);
					else this.cssSepcify+='Unknown';
				this.cssSepcify += '.css';									// (string) ºê¶ó¿ìÀú¿¡ µû¸¥ ½ºÅ¸ÀÏ½¬Æ® ÆÄÀÏ °æ·Î
				
				// base, title, defaultStatus & etc
				this.baseTarget = '_self';									// (string) ÆäÀÌÁö ±âº» ¸µÅ© ´ë»ó
				this.siteName = '¾î¼¼½ºÅ¸ ¿Â¶óÀÎ½É¸®°Ë»ç¼¾ÅÍ';				// (string) »çÀÌÆ®¸í
				this.company = '¾î¼¼½ºÅ¸';										// (string) È¸»ç¸í
				this.docTitle = '¾î¼¼½ºÅ¸ ¿Â¶óÀÎ½É¸®°Ë»ç¼¾ÅÍ';				// (string) ÆäÀÌÁö Á¦¸ñ ¹®ÀÚ¿­
				this.docStatus = '¡¼ Copyright 2002-2004 @ ' + this.company + '.  All Rights Reserved. ¡½';
																				// (string) ÆäÀÌÁö »óÅÂ¹Ù ¹®ÀÚ¿­
				
				
			// CONSAINTRAINT
			//////////////////////////////////////////////////////////////////////////////////////////////////
				if(!this.win) window.open('/etc/errPlatform.html','_top','',true)
				//if(!this.avail) window.open('/etc/errBrowser.html','_top','',true)
				if(!this.cookieEnabled) window.open('/etc/errCookie.html','_top','',true)
			}
			
				// ¹®ÀÚ¿­¿¡ ÁöÁ¤µÈ ¹®ÀÚÀÇ °¹¼ö ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_cntChrInStr(strValue, chrValue){
					strValue = String(strValue);
					chrValue = String(chrValue);
					var cntChr = 0;
					for(var idxAry=0; idxAry<strValue.length; idxAry++)
						if(strValue.substr(idxAry, chrValue.length)==chrValue) cntChr++;
					return cntChr;
				}
				
				// ¹®ÀÚ¿­À» ÁöÁ¤µÈ ¹®ÀÚ·Î ±¸ºÐÇÑ ¹è¿­ °´Ã¼ ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_cvtArray(vData, chrSep){
					var aryThis = new Array();
					var idxAryRev;
					var posLastSep;
					chrSep = String(chrSep);
					if(typeof(vData)=='string' || typeof(vData)=='number'){
						vData = String(vData);
						idxAryRev = this.cntChrInStr(vData, chrSep);
						posLastSep = vData.lastIndexOf(chrSep);
						while(posLastSep!=-1){
							aryThis[idxAryRev] = vData.substr(posLastSep+1);
							vData = vData.substring(0, posLastSep);
							posLastSep = vData.lastIndexOf(chrSep);
							idxAryRev--;
						}
						aryThis[idxAryRev] = vData;
					}
					else{
						aryThis[0] = vData;
					}
					return aryThis;
				}
				
				// ¹®ÀÚ¿­À» ÁöÁ¤µÈ ¹®ÀÚµé·Î ±¸ºÐÇÑ ÄÃ·º¼Ç °´Ã¼ ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_cvtCollection(vData, chrSep, chrPairSep){
					var colThis = new Object();
					chrSep = String(chrSep);
					chrPairSep = String(chrPairSep);
					if(typeof(vData)=='string' || typeof(vData)=='number'){
						var aryThis = this.cvtArray(vData, chrSep);
						var intCount = 0;
						var strValue;
						var posFirstPairSep;
						var strKey;
						var strValue;
						for(var idxAry=0; idxAry<aryThis.length; idxAry++){
							strValue = aryThis[idxAry];
							posFirstPairSep = strValue.indexOf(chrPairSep);
							if(posFirstPairSep==-1){
								strKey = this.trim(strValue);
								strValue = '';
							}
							else{
								strKey = this.trim(strValue.substring(0, posFirstPairSep));
								strValue = this.trim(strValue.substr(posFirstPairSep+1));
							}
							if(strKey!=''){
								colThis[strKey] = strValue;
								intCount++;
							}
						}
						colThis.count = intCount;
					}
					else{
						colThis.count = 0;
					}
					return colThis;
				}
				
				// ÁöÁ¤µÈ ÀÎÀÚ°¡ Æû °´Ã¼ÀÎÁö È®ÀÎ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_isForm(vData){
					if(typeof(vData)=='undefined') return(false);
					for(var idxAry=0; idxAry<window.document.forms.length; idxAry++)
						if(window.document.forms[idxAry]==vData) break;
					return (idxAry!=window.document.forms.length);
				}
				
				// ÁöÁ¤µÈ ÀÎÀÚ°¡ »ç¿ëÀÚ ÀÔ·Â °´Ã¼ÀÎÁö È®ÀÎ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_isInput(vData){
					if(typeof(vData)=='undefined') return(false);
					var strType = this.getType(vData);
					var intLength = this.getLength(vData);
					strType = strType.toLowerCase();
					if(strType!=''){
						for(var idxAry=0; idxAry<this.inputTypes.length; idxAry++)
							if(strType==this.inputTypes[idxAry]) break;
						return (idxAry!=this.inputTypes.length);
					}
					else if(intLength!=0){
						for(var idxAry=0; idxAry<intLength; idxAry++)
							if(!this.isInput(vData[idxAry])) break;
						return (idxAry==intLength);
					}
					else return(false);
				}
				
				// ÁöÁ¤µÈ ÀÎÀÚ°¡ »ç¿ëÀÚ Å°ÀÔ·Â °¡´É °´Ã¼ÀÎÁö È®ÀÎ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_isKeyInput(vData){
					if(this.isInput(vData)){
						var strType = this.getType(vData);
						if(strType!='text' && strType!='textarea' && strType!='password' && strType!='file') return(false);
						if(vData.readOnly==true || vData.disabled==true) return(false);
						return true;
					}
					else return(false);
				}
				
				// ÁöÁ¤µÈ ÀÎÀÚ°¡ ÀÌ¹ÌÁö °´Ã¼ÀÎÁö È®ÀÎ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_isImage(vData){
					if(typeof(vData)=='undefined') return(false);
					for(var idxAry=0; idxAry<window.document.images.length; idxAry++)
						if(window.document.images[idxAry]==vData) break;
					return (idxAry!=window.document.images.length);
				}
				
				// °´Ã¼ÀÇ title ¼Ó¼º°ªÀ» ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_getTitle(vData){
					if(typeof(vData)!='object' || (typeof(vData.title)!='string' && typeof(vData.title)!='number')) return '';
					else return(String(vData.title));
				}
				
				// °´Ã¼ÀÇ type ¼Ó¼º°ªÀ» ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_getType(vData){
					if(typeof(vData)!='object' || (typeof(vData.type)!='string' && typeof(vData.type)!='number')) return '';
					else return(String(vData.type));
				}
				
				// °´Ã¼ÀÇ length ¼Ó¼º°ªÀ» ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_getLength(vData){
					if(typeof(vData)!='object' || typeof(vData.length)!='number') return 0;
					else return(Number(vData.length));
				}
				
				// ÆäÀÌÁöÀÇ ±âº» Çìµå ÅÂ±×¸¦ ¼³Á¤ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_setHeadTag(){
					var cmdStr = '';
					cmdStr += '<meta http-equiv="content-type" content="text/html; charset=' + this.charSet + '">';
					cmdStr += '<meta name="author" content="' + this.author + '">';
					cmdStr += '<meta name="description" content="' + this.description + '">';
					cmdStr += '<meta name="keywords" content="' + this.keywords + '">';
//					cmdStr += '<link rel="shortcut icon" href="' + this.shortcutIcon + '">';
//					cmdStr += '<link rel="stylesheet" type="text/css" href="' + this.cssCommon + '">';
//					cmdStr += '<link rel="stylesheet" type="text/css" href="' + this.cssSepcify + '">';
//					cmdStr += '<link rel="stylesheet" type="text/css" href="/include/cssKPTI.css">';
//					cmdStr += '<base target="' + this.baseTarget + '">';
					cmdStr += '<title>' + this.docTitle + '</title>';
					document.write(cmdStr);
					window.defaultStatus = this.docStatus
				}
				
				// ¹®ÀÚ¿­ÀÇ ¾ÕµÚ °ø¹éÀ» Á¦¿ÜÇÑ ¹®ÀÚ¿­ ¹ÝÈ¯ / ThisPage ÇÔ¼öÀÇ ¸Þ½îµå·Î »ç¿ëµÇ¾îÁö´Â ÇÔ¼ö
				function ThisPage_trim(vData){
					if(typeof(vData)=='string'){
						var strIn = vData;
						var strOut = '';
						var blnLoop = true;
						if(strIn=='' || strIn==' ') return '';
						strOut = strIn;
						while(blnLoop){
							if(strOut.charAt(0)==' ') strOut=strOut.substr(1);
							else blnLoop=false;
						}
						if(strOut=='' || strOut==' ') return '';
						blnLoop = true;
						while(blnLoop){
							if(strOut.charAt(strOut.length-1)==' ') strOut=strOut.substr(0, strOut.length-1);
							else blnLoop=false;
						}
						return strOut;
					}
					else if(typeof(vData)=='object' && typeof(vData.length)=='number'){
						for(var idxAry=0; idxAry<vData.length; idxAry++)
							vData[idxAry] = this.trim(vData[idxAry]);
						return vData;
					}
					else return(vData);
				}
			
			
			
			
			/***********************************************************************************
				* ÇÔ¼ö¸í : ViewObjectValues(vData)
				* ±â´É : °´Ã¼¿¡ ¼³Á¤µÈ ÇÁ·ÎÆÛÆ¼¿Í ¸Þ½îµå/ÀÌº¥Æ® ÇÚµé·¯ µîÀÇ Á¤ÀÇ¸¦ ¾Ë¾Æº¸±â À§ÇÑ ÇÔ¼ö
				* ÃÖÃÊ ÀÛ¼ºÀÚ : ¹®Çö±Ô
				* ÃÖÁ¾ ÀÛ¼ºÀÏ : 2002³â 8¿ù 2ÀÏ
				* ÃÖÁ¾ ¼öÁ¤ÀÚ : ¹®Çö±Ô
				* ÃÖÁ¾ ¼öÁ¤ÀÏ : 2002³â 8¿ù 2ÀÏ
				* Æ¯ÀÌ»çÇ× : ÀÎÀÚ°¡ °´Ã¼ÇüÀÌ ¾Æ´Ñ ¹®ÀÚ¿­ÀÎ °æ¿ì¿¡µµ È®ÀÎ °¡´ÉÇÏ´Ù.
							ÀÌ ÇÔ¼ö¸¦ ºÎ¸¦ ¶§ ·ÎµåµÇÁö ¾ÊÀº °´Ã¼¸¦ ÀÎÀÚ·Î »ç¿ëÇÏ´Â °æ¿ì¿¡´Â ¿¡·¯°¡ ¹ß»ýÇÕ´Ï´Ù.
			***********************************************************************************/
			function ViewObjectValues(vData){
				var strMsg = '';
				var intCount = 0;
				if(typeof(vData)=='object'){
					for(var strItem in vData){
						//strMsg += 'Object.' + strItem + '<br>';
						strMsg += 'Object.' + strItem + ' : ' + vData[strItem] + '<br>';
						intCount++;
					}
				}
				if(typeof(vData)=='string'){
					for(var strItem in eval(vData)){
						//strMsg += vData + '.' + strItem + '<br>';
						strMsg += vData + '.' + strItem + ' : ' + eval(vData+'.'+strItem) +'<br>';
						//strMsg += vData + '.' + strItem + ' : [' + eval('typeof('+vData+'.'+strItem+')') +'] type<br>';
						intCount++;
					}
				}
				strMsg += '<br><br> Total Count : ' + intCount;
				document.write(strMsg);
			}
		//-->

