function FlashMovie(src, width, height, quality, scale, menu, bgcolor)
{
	document.write("<object type='application/x-shockwave-flash' data='" +src+ "' width='" +width+ "' height='" +height+ "'>");
	document.write("<param name='movie' value='" +src+ "'>");
	document.write("<param name='quality' value='" +quality+ "'>");
	document.write("<param name='scale' value='" +scale+ "'>");
	document.write("<param name='menu' value='" +menu+ "'>");
	document.write("<param name='bgcolor' value='" +bgcolor+ "'>");
        document.write("<img src='pixx/flash_platzhalter.jpg' width='252' height='405' alt=''>");
	document.write("</object>");
}