<!--
	function photoList(matchDate) {
		imgWin=window.open("../../btrSlideMaker.php?matchDate=" + matchDate,
			 "imgWin", "width=1024,height=760,scrollbars=yes,resizable=yes,addressbar=yes")
		imgWin.focus();
	}
	//Javaバージョン（旧）
	function photoListJsp(matchDate) {
		imgWin=window.open("/photoList.do?matchDate=" + matchDate,
			 "imgWin", "width=1024,height=760,scrollbars=yes,resizable=yes")
		imgWin.focus();
	}
-->
