
//ÀÌ¹ÌÁö Å¬¸¯½Ã Å×Åõ¸® ¾Èº¸ÀÌ°Ô..
function autoBlur(){ 
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
  document.body.focus(); 
} 
  document.onfocusin=autoBlur; 

//½ºÅ©·Ñ no
function new_pop_ns(path, win_name, wid, hei) {
	window.open(path,win_name,"toolbar=no,directories=no,menubar=no,scrollbars=no,width=" + wid + ",height=" + hei + ",resizable=no");
}

//ÄíÅ°
function getCookie(name) {
	var Found = false
	var start, end
	var i = 0 

	// cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö
	while(i <= document.cookie.length) {
		start = i
		end = start + name.length
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			Found = true
			break
		}
		i++
	} 
	// name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
	if(Found == true) {
		start = end + 1
		end = document.cookie.indexOf(";", start)
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
		end = document.cookie.length
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end)
	}
	// Ã£Áö ¸øÇß´Ù¸é
	return ""
} 


 function openMsgBox2()
{
var eventCookie=getCookie("pop5");
if (eventCookie != "no")
window.open('../upload/event/pop_05/pop_01.html','pop5','scrollbars=no,width=530,height=520,top=100,left=530');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}

 function event7()
{
var eventCookie=getCookie("event7");
if (eventCookie != "no")
window.open('../event/event_07/event_1.html','event7','scrollbars=no,width=480,height=700,top=100,left=0');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}

 function pop7()
{
var eventCookie=getCookie("pop7");
if (eventCookie != "no")
window.open('../upload/event/pop_06/kyoungdong.html','pop7','scrollbars=yes,width=530,height=720,top=100,left=0');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}

 function pop12()
{
var eventCookie=getCookie("pop12");
//if (eventCookie != "no")
//window.open('../upload/event/pop_12/popup.html','pop12','width=550,height=700,top=0,left=0');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}

 function event12()
{
var eventCookie=getCookie("event12");
if (eventCookie != "no")
window.open('../upload/event/event_12/popup.html','event12','scrollbars=yes,resize=yes,width=450,height=650,top=0,left=550');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}

//ÀÚµ¿ÀÌÃ¼ ½ÅÃ» ¾È³»
// function event12()
//{
//var eventCookie=getCookie("event00");
//if (eventCookie != "no")
//window.open('../upload/event/event_12/popup.html','event12','scrollbars=yes,resize=yes,width=450,height=650,top=0,left=550');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
//}

//11¿ù VOD
 function event00()
{
var eventCookie=getCookie("event00");
if (eventCookie != "no")
window.open('upload/event/event_00/popup.html','event00','scrollbars=no,resize=no,width=470,height=500,top=100,left=50');
//ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}