var str_cookie = "enp_20100706"; 
var find = document.cookie.indexOf(str_cookie); 
if( find == -1 ) { 
	window.open('http://channel.mk.co.kr/pop/pop_english.html', 'enp_20100706','width=500,height=444,scrollbars=no,resizable=no,menubar=no,top=0,left=0'); 
} 

