function ShowFlash(flvpath,startimgpath) {
	document.write('<div class="Flv"><object width="400" height="240" type="application/x-shockwave-flash" data="/scripts/flv/flvplayer.swf">');
	    document.write('<param value="always" name="allowScriptAccess"/>');
	    document.write('<param value="/scripts/flv/flvplayer.swf" name="movie"/>');
	    document.write('<param value="high" name="quality"/>');
	    document.write('<param value="false" name="menu"/>');
	    document.write('<param value="true" name="allowFullScreen"/>');
	    document.write('<param value="flv='+flvpath+'&amp;configxml=/scripts/flv/flv_config.xml&amp;startimage='+startimgpath+'" name="FlashVars"/>');
	document.write('</object></div>');
}