<!--
//ÆË¾÷Ã¢¶ç¿ì±â
function open_pop(ref, win, width, height) {
	window.open(ref,win,'width='+width+',height='+height+',left=0,top=0,scrollbars=no,status=no');
}
//-->
