function getCookie(name) { 
var Found = false 
var start, end 
var i = 0 

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 "" 
} 



//function openPopup() 
//{ 
//var noticeCookie=getCookie("3callnotice"); // ÄíÅ°³×ÀÓ ÁöÁ¤
//if (noticeCookie != "no") 

//window.open('http://changup.moneta.co.kr/popup/pop1112_etc.asp','pop','width=285,height=325,top=0,left=0');

// window.open('ÆË¾÷Ã¢ À¥ÆäÀÌÁöÁÖ¼Ò','À©µµ¿ì¸í','width=ÆË¾÷Ã¢ÀÇ °¡·ÎÅ©±â,height=ÆË¾÷Ã¢ÀÇ ¼¼·ÎÅ©±â,top=50,left=150'); 
//} 
//openPopup(); // ÀÚµ¿À¸·Î ÆË¾÷ ¶ç¿ì±â



