// JavaScript Document

// ポップアップ

function openfig(fi,na,w,h) {
	window.open(fi,na,"width="+w+",height="+h+",left=100,top=100,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,favorites=yes,resizable=yes");
}