function showMovie(chap){
	var pointer=0;
	var fnum=parseInt(chap)+pointer;
	document.write("<object type=\"application/x-shockwave-flash\" data=\"player_flv_maxi.swf\" width=\"512\" height=\"383\" id=\"FlowPlayerH\">\n");
	document.write("<param name=\"movie\" value=\"player_flv_maxi.swf\" />\n");
	document.write("<param name=\"allowFullScreen\" value=\"true\" />\n");
	document.write("<param name=\"flashvars\" value=\"configxml="+fnum+".xml\" />\n");
	document.write("</object>\n");
	return true;
}
