//ÁÖ¼Ò°ªÀ» ¹Þ¾Æ »õÃ¢ ¶ç¿ì±â
function popup(strUrl) {
	window.open(strUrl,'popup','scrollbars=yes,resize=yes,height=500,width=660,top=200,left=100');
}
