function write_flash_movie_object(width,height,movie,buffer,title,start_image) {
	document.write('<object type="application/x-shockwave-flash" data="/flash/player_flv_maxi.swf" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="/flash/player_flv_maxi.swf" />');
	document.write('<param name="allowFullScreen" value="true" />');
	document.write('<param name="FlashVars" value="flv='+movie+'&amp;width='+width+'&amp;height='+height+'&amp;buffer='+buffer+'&amp;showstop=1&amp;showvolume=1&amp;showtime=1&amp;titlesize=24&amp;title='+title+'&amp;startimage='+start_image+'&amp;showfullscreen=1&amp;bgcolor1=000000&amp;bgcolor2=000000&amp;playercolor=000000" />');
	document.write('</object>');
}
