/*新規ウィンドウ*/
function openWin(file, width, height) {
	window.open(file, "", "width=" + width + ",height=" + height + ",scrollbars=yes,resizable=yes");
}
