/*--------------------------------------------------- ÇÁ·Î±×·¥¸í	: HMº´¿ø È¨ÆäÀÌÁö ¸®´º¾ó ÆÄÀÏ¸í		: /_script/popupLib.js ÀÛ¼ºÀÚ		: ½ÅÇöÈ£ ÆÄÀÏ³»¿ë	: javascript ÇÔ¼ö  ÆÄÀÏ ¹öÀü		: 1.0 ÀÛ¼ºÀÏ		: 2008.11.26 ÃÖÁ¾¼öÁ¤ÀÏ	:  ¼öÁ¤³»¿ë	: ---------------------------------------------------*//* ---------------------------------------------- ·¹ÀÌ¾îÆË¾÷ ------------------------------------------*//* ·¹ÀÌ¾îÆË¾÷ ¹Ú½º ¶ç¿ì±â(¹ÝµÎ¸íÀ¸·Î È­¸éÀ» °¡¸®±â ¾øÀ½, À§Ä¡ÁöÁ¤) */function layerShowMessageObjNonPos(popupName,Inhtml, posX, posY){	var PopObj = document.createElement("DIV");	document.body.appendChild(PopObj);	PopObj.id = popupName;	PopObj.style.position = "absolute";	PopObj.style.width = "auto";	PopObj.style.height = "auto";	PopObj.innerHTML = "";		var innerMessage = document.createElement("DIV");	PopObj.appendChild(innerMessage);	innerMessage.style.position = "relative";	innerMessage.style.background = "#FFFFFF";	//innerMessage.style.padding = "2px 2px 2px 2px";	innerMessage.style.top = "0px";	innerMessage.style.left = "0px";	innerMessage.style.border = "1px solid #c0c0c0";	innerMessage.style.display = "block";	var dataObj = document.createElement("DIV");	innerMessage.appendChild(dataObj);	dataObj.innerHTML = Inhtml;	var wWidth = dataObj.firstChild.offsetWidth;	var wHeight = dataObj.firstChild.offsetHeight;	dataObj.style.position = "absolute";	dataObj.style.width = wWidth +"px";	dataObj.style.height = wHeight +"px";	dataObj.style.top = "0px";	dataObj.style.left = "0px";	dataObj.style.zIndex = "300";	dataObj.style.display = "block";	var ifStr = "<iframe name=\"blockFrame\" id=\"blockFrame\" src=\""+ _URL["blank"] +"\" frameborder=\"0\" scrolling=\"no\" style=\"position:relative;width:"+ wWidth +"px;height:"+ wHeight +"px;margin:0;z-index:201;\"></iframe>";	innerMessage.innerHTML = innerMessage.innerHTML + ifStr;	var scrollGap = 0;	if (Browser == "MSIE 6.0" || Browser == "MSIE 5.5") {		scrollGap = document.body.scrollTop;	}	else {		scrollGap = document.documentElement.scrollTop;	}	PopObj.style.background = "#FFFFFF";	PopObj.style.position = "absolute";	PopObj.style.top = posY +"px";	PopObj.style.left = posX +"px";	PopObj.style.padding = "2px 2px 2px 2px";	PopObj.style.display = "block";	PopObj.style.zIndex = "299";		//alert(innerMessage.innerHTML)}/* ·¹ÀÌ¾î ÆË¾÷ *//* ·¹ÀÌ¾î°¡ ¸î°³ÀÎÁö Ã¼Å©ÇÏ´Â Àü¿ª º¯¼ö */var layerNo = 0; /* ·¹ÀÌ¾î Å¬¸¯½Ã ¼ø¼­¸¦ º¯°æÇÏ±â À§ÇÑ ·¹ÀÌ¾î id°ª ÀúÀå Àü¿ª¹è¿­ */var zindexArr = new Array(); function layerPopup(contents,popupName,width,height,positionx,positiony,opentype,scroll) {	if (opentype == "1") {		height = parseInt(height, 10)-30;					}	var inHtml = "";		inHtml += "<div id=\"layerPopup\" onclick=\"layerChange('"+popupName+"')\">";		inHtml += "<div class=\"layerPopup\" style=\"width:" + width + "px;height:auto;\">";		inHtml += "<ul class=\"layerTitle\">";		inHtml += "<li style=\"width:"+(Number(width)-22)+"px;font: bold 8pt verdana;\">LayerPopup</li>";		inHtml += "<li class=\"closeX\"><img src=\""+ _URL['admin'] +"/images/x3.gif\" alt=\"´Ý±â\" title=\"´Ý±â\" onclick=\"layerHidePopObj('"+popupName+"')\" /></li>";		inHtml += "</ul>";		if (scroll == "yes") {			inHtml += "<div style=\"overflow-y:scroll;width:"+width+"px;height:"+height+"px;\">";		}		else{			inHtml += "<div style=\"overflow-y:hidden;width:"+width+"px;height:"+height+"px;\">";		}		inHtml += contents;		inHtml += "</div>";		/* ¹öÆ° »ý¼º(1 -> ÇÑ¹ø(¿À´ÃÇÏ·ç ÀÌÃ¢¶ç¿ìÁö ¾Ê±â »ç¿ë) , 2 -> °è¼Ó(¿À´ÃÇÏ·ç ÀÌÃ¢¶ç¿ìÁö ¾Ê±â »ç¿ë¾ÈÇÔ)) */		if (opentype == "1") {			inHtml += "<div class=\"popupClose\">";			inHtml += "<img src=\""+_URL['default']+"/images/today.gif\" style=\"cursor:pointer;\" onclick=\"layerPopupCloseWin('"+popupName+"')\" alt=\"¿À´ÃÇÏ·çÀÌÃ¢¿­Áö¾Ê±â\" /></a>";			inHtml += "<img src=\""+_URL['default']+"/images/close.gif\" style=\"cursor:pointer;\" onclick=\"layerHidePopObj('"+popupName+"')\" alt=\"´Ý±â\" /></a>";			inHtml += "</div>";			/*			inHtml += "<div class=\"layerButArea\">";			inHtml += "<div style=\"margin:2px 20px 2px 0px;\">";			inHtml += "<button id=\"alertBut\" type=\"button\" class=\"default\" onclick=\"layerPopupCloseWin('"+popupName+"')\">";			inHtml += "<div class=\"parent\">";			inHtml += "<div class=\"fleft\"></div>";			inHtml += "<div class=\"fright\"><div class=\"fvalue\">¿À´ÃÇÏ·çÀÌÃ¢ ¶ç¿ìÁö¾Ê±â</div></div>";				inHtml += "</div>";			inHtml += "</button>";				inHtml += "</div>";				*/		inHtml += "</div>";			}		inHtml += "</div>";		inHtml += "</div>";		//alert(inHtml)				//Àü¿ª¹è¿­º¯¼ö¿¡ ÆË¾÷Ã¢ id°ªÀ» ÀúÀåÇÑ´Ù		zindexArr[layerNo] = popupName;		layerNo++;		layerShowMessageObjNonPos(popupName,inHtml,positionx,positiony);}/* -----------------------------------------------------------------------------------------------------------------*//* ------------------------------------------ ·¹ÀÌ¾îÆË¾÷ Control----------------------------------------------------*//* ·¹ÀÌ¾î Å¬¸¯½Ã ¼ø¼­¹Ù²Ù±â */function layerChange(popupName){	for(i=0;i<zindexArr.length;i++) {		if(zindexArr[i] == popupName) {			document.getElementById(popupName).style.zIndex = "295";			clickLayer = popupName;		} else {			document.getElementById(zindexArr[i]).style.zIndex = "294";		}	}}/* ¶ç¿î ¸Þ½ÃÁö ¹Ú½º¸¸ ¾ø¾Ö±â */function layerHidePopObj(popupName) {	var PopObj = document.getElementById(popupName);	PopObj.style.position = "absolute";	PopObj.style.top = "0";	PopObj.style.left = "0";	PopObj.innerHTML = "";	PopObj.style.marginTop = "0";	PopObj.style.marginLeft = "0";	PopObj.style.zIndex = "1";	PopObj.style.display = "none";	PopObj = null;}/* ·¹ÀÌ¾î ÆË¾÷ ´Ý±â */function layerPopupCloseWin(popupName) { 	popupSetCookie( popupName, "done" , 1); // 1=ÇÏ·íµ¿¾È °øÁöÃ¢ ¿­Áö ¾ÊÀ½	layerHidePopObj(popupName);}/* ÆË¾÷Ã¢ ´Ý±â */function popupCloseWin(popupName) { 	popupSetCookie( popupName, "done" , 1); // 1=ÇÏ·íµ¿¾È °øÁöÃ¢ ¿­Áö ¾ÊÀ½	self.close();}  /* -----------------------------------------------------------------------------------------------------------------*//* ----------------------------------------- ÆË¾÷ Cookie Control----------------------------------------------------*//* ÆË¾÷ ÄíÅ°°ª °¡Á®¿À±â */function getCookie(name){	var nameOfCookie = name + "=";	var x = 0;	while ( x <= document.cookie.length )	{		var y = (x+nameOfCookie.length);		if ( document.cookie.substring( x, y ) == nameOfCookie )		{			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )endOfCookie = document.cookie.length;			return unescape( document.cookie.substring( y, endOfCookie ) );		}		x = document.cookie.indexOf( " ", x ) + 1;		if ( x == 0 )break;	}	return "";}/* ÆË¾÷ ¿À´ÃÇÏ·ç ¿­Áö ¾Ê±â ÄíÅ° ±Á±â.. */function popupSetCookie( name, value, expiredays ) {    var todayDate = new Date();    todayDate.setDate( todayDate.getDate() + expiredays );    document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"}/* ÄíÅ° »èÁ¦ */function deleteCookie( cookieName ){	var expireDate = new Date();	expireDate.setDate( expireDate.getDate() - 1 );	document.cookie = cookieName + "= " + "; expires=" + expireDate.toGMTString() + "; path=/";}/* -------------------------------------------------------------------------------------------------------*/
