<!--
function openPop(url, name, width, height, top, left){ //ÆË¾÷ ¿­±â

	var opt = "toolbar=no,resizable=no,scrollbars=no,location=no,resize=no,menubar=no,directories=no,copyhistory=0,width="+width+",height="+height+",top=0,left=200";
	window.open(url, name, opt); 
}
function openPops(url, name, width, height, top, left){ //ÆË¾÷ ¿­±â
	var opt = "toolbar=no,resizable=no,scrollbars=no,location=no,resize=no,menubar=no,directories=no,copyhistory=0,width="+width+",height="+height+",top="+top+",left="+left;
	window.open(url, name, opt); 
}
//-->