﻿



function disp(url){
window.open(url, "photo575", "width=670,height=560,scrollbars=yes,resizable=yes");
}



function disp2(url){
window.open(url, "manga", "width=640,height=480,scrollbars=yes,resizable=yes");
}





function photo(text){
	myWin=window.open("",""," width=670, height=560, scrollbars=yes, resizable=yes");
	myWin.document.write("<HTML><HEAD><TITLE>Photo</TITLE></HEAD><BODY LEFTMARGIN=0 TOPMARGIN=10 BGCOLOR=#FFFFFF>");
	myWin.document.write("<CENTER><INPUT type='button' value='ウィンドウを閉じる' onClick='window.close()'><BR><IMG SRC='images/spacer.gif'><BR>");
	myWin.document.write("<IMG SRC='images/photo/" + text + ".jpg'>");
	myWin.document.write("<BR><IMG SRC='images/spacer.gif'><BR><INPUT type='button' value='ウィンドウを閉じる' onClick='window.close()'>");
	myWin.document.write("</CENTER></BODY></HTML>");
	myWin.document.close();
}



