function disp_menu (){
	//document.writeln('<p><a href="about.php"><img src="/tb/common/img/sankaku_01.gif" border="0">ムービー概要</a></p>');
	//document.writeln('<div class="pl_line"></div>');
	document.writeln('<table class="bnum_movie">');
	document.writeln('<tr>');
	document.writeln('<td class="left_image"><a href="movie.php?m=pv01"><img src="../img/preview_s001.jpg" width="98" height="55" border="0"></a></td>');
	document.writeln('<td><a href="movie.php?m=pv02">in 韓国／JIMFF 2007[前編](00:00)</a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('<table class="bnum_movie">');
	document.writeln('<tr>');
	document.writeln('<td class="left_image"><a href="movie.php?m=pv02"><img src="../img/preview_s001.jpg" width="98" height="55" border="0"></a></td>');
	document.writeln('<td><a href="movie.php?m=pv01">in 韓国／JIMFF 2007[後編](00:00)</a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('<table class="bnum_movie">');
	document.writeln('<tr>');
	document.writeln('<td class="left_image"><a href="movie.php?m=pv03"><img src="../img/preview_s003.jpg" width="98" height="55" border="0"></a></td>');
	document.writeln('<td><a href="movie.php?m=pv03">in フランス／MANGA EXPO 2[前編](00:00)</a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('<table class="bnum_movie">');
	document.writeln('<tr>');
	document.writeln('<td class="left_image"><a href="movie.php?m=pv04"><img src="../img/preview_s003.jpg" width="98" height="55" border="0"></a></td>');
	document.writeln('<td><a href="movie.php?m=pv03">in フランス／MANGA EXPO 2[後編](00:00)</a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
} 