function disp(filename) {
	imv = window.open("","_self");
	imv.document.open();
	imv.document.write('<HTML><HEAD><TITLE>新幹線ギャラリー</TITLE>');
	imv.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=Shift_JIS">');
	imv.document.write('</HEAD>');
	imv.document.write('<BODY BGCOLOR="FFFFF0">');
	imv.document.write('<BR><CENTER>');
	imv.document.write('<TABLE BORDER=0><TR><TD COLSPAN=2><BR></TD></TR>');
	imv.document.write('<TR><TD COLSPAN=2><IMG SRC="' + filename + '" WIDTH=560 HEIGHT=420></TD></TR>');
	imv.document.write('<TR><TD><A HREF="javascript:history.back()">一覧へ戻る</A></TD><TD ALIGN=RIGHT><A HREF="http://tec.supertrain.net">新幹線ギャラリートップへ</A></TD></TR></TABLE>');
	imv.document.write('<IFRAME frameBorder="0" allowTransparency="true" height="60" width="468" marginHeight="0" scrolling="no" src="http://ad.jp.ap.valuecommerce.com/servlet/htmlbanner?sid=2118592&pid=871360626" MarginWidth="0"><script Language="javascript" Src="http://ad.jp.ap.valuecommerce.com/servlet/jsbanner?sid=2118592&pid=871360626"></script><noscript><a Href="http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2118592&pid=871360626" target="_blank" ><img Src="http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2118592&pid=871360626" height="60" width="468" Border="0"></a></noscript></IFRAME>');
	imv.document.write('</CENTER>');
	imv.document.write('<BR><BR>');
	imv.document.write('<DIV ALIGN="right"><I>');
        dd = new Date();
        yy = dd.getYear();
        if (yy < 2000) { yy += 1900; }
	imv.document.write('Copyright 2001-' + yy);
	imv.document.write(' by Shinji Iwai : <A HREF="mailto:tec@supertrain.net">tec@supertrain.net</A></I></DIV>');
	imv.document.write('</BODY></HTML>');
	imv.document.close();
}