function FlashMovie(src, width, height, quality)
{
	document.write("<object style='background-color:#414B55' data='"+src+"' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"'>");
	document.write("<param name='movie' value='"+src+"'>");
	document.write("<param name='quality' value='"+quality+"'>");   		
	document.write("</object>");
}