<!--
	//よこ型
	function imageWindow(matchDate, seq) {
		newWin=window.open("../../../perule/photoView.php?matchDate=" + matchDate + "&seq=" + seq, 
			"imgWin", "width=760,height=580,scrollbars=yes,resizable=yes")
		newWin.focus();
	}
	//たて型
	function imageWindow3(matchDate, seq) {
		newWin=window.open("../../../perule/photoView.php?matchDate=" + matchDate + "&seq=" + seq, 
			"imgWin", "width=520,height=715,scrollbars=yes,resizable=yes")
		newWin.focus();
	}
	//壁紙サイズ
	function imageWindow4(matchDate, seq) {
		newWin=window.open("../../../perule/photoView.php?matchDate=" + matchDate + "&seq=" + seq, 
			"imgWin", "width=1024,height=768,scrollbars=yes,resizable=yes")
		newWin.focus();
	}
//-->
