// ÄíÅ°¸¦ ÀÌ¿ëÇÑ ÀÌº¥Æ® ÆË¾÷Ã¢ ¿­±â
function getCookie(name) {
	var i=0;
	var Found = false;
	var start, end;
	while(i <= document.cookie.length) {
		start =i;
		end = start+name.length;
		if(document.cookie.substring(start, end) == name) {
			Found = true;
			break;
		}
	i++;
	}
	if(Found == true) {
		start = end+1;
		end = document.cookie.indexOf(";",start);
		if(end < start)
			end = document.cookie.length;
			return document.cookie.substring(start, end);

	}
	return "";
}

// 2006.11.07  ÆË¾÷Ã¢ À§Ä¡¸¦ ÀúÀåÇÒ º¯¼ö
var pleft = 0;
function POPup(e_id, e_width, e_height, img, topcomment) {
	var eventname = "event"+e_id;
	var popup = getCookie(eventname);
	var url = '../event/event.html?id='+e_id+'&e_width='+e_width+'&e_height='+e_height+'&e_bodyimg='+img+'&e_top_content='+topcomment;
	if(popup !="true") {
		if(pleft > 0) {
			var topleft = "top=0, left="+pleft;
		}else{
			var topleft = "top=0, left=0";
		}
		pleft = e_width;
		window.open(url, eventname,"toolbar=no, location=no,directiries=no,stgatus=no,menubar=no,scriollbars=no,resizable=yes,width="+e_width+",height="+e_height+", "+topleft);
	}
}

function POPup_re(e_id, e_width, e_height, img, topcomment) {
	var eventname = "event"+e_id;
	var url = '../event/event.html?id='+e_id+'&e_width='+e_width+'&e_height='+e_height+'&e_bodyimg='+img+'&e_top_content='+topcomment;
	window.open(url, "","toolbar=no, location=no,directiries=no,stgatus=no,menubar=no,scriollbars=no,resizable=yes,width="+e_width+",height="+e_height);
}
// ÀÌº¥Æ® ÆË¾÷Ã¢À» ¶ç¿î´Ù
function eventopen(wid, hei, id) {
	var url = "../event/event.html?id="+id;
	window.open(url, "", "toolbar=no, location=no,directiries=no,stgatus=no,menubar=no,scriollbars=no,resizable=yes, width="+wid+", height="+hei);
}

function pop_ontax() {
	window.open("../ontax/ontax.htm", "", "toolbar=no, location=no,directiries=no,stgatus=no,menubar=no,scriollbars=no,resizable=yes, width=862, height=650");
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}


//-->