//***** ¹Ìµð¾î ÆÄÀÏ ÀÌ¿Ã¶ó½º ÆÐÄ¡ ***** 
function EP_activate(num) {
    document.write(document.getElementById("DEACTIVATED_TEXT" + num).value);
}


//***** ÆË¾÷ *****
function pop(url,width,height,scroll){
	window.open(url,'_blank','width='+width+',height='+height+',scrollbars='+scroll);
}