function showMovie(chap){
	var pointer=0;
	var fnum=parseInt(chap)+pointer;
	document.write("<object type=\"application/x-shockwave-flash\" data=\"FlowPlayer.swf\" width=\"512\" height=\"400\" id=\"FlowPlayerH\">\n");
	document.write("<param name=\"allowScriptAccess\" value=\"always\" />\n");
	document.write("<param name=\"movie\" value=\"FlowPlayer.swf\" />\n");
	document.write("<param name=\"quality\" value=\"high\" />\n");
	document.write("<param name=\"scaleMode\" value=\"showAll\" />\n");
	document.write("<param name=\"wmode\" value=\"transparent\" />\n");
	document.write("<param name=\"allowNetworking\" value=\"all\" />\n");
	document.write("<param name=\"flashvars\" value=\"config={videoFile: 'http://www.hokeni-tv.jp/medias.production/doi/"+fnum+".flv', autoPlay: true, autoBuffering: false, initialScale:'fit'}\" />\n");
	document.write("</object>\n");
	return true;
}

