var bigFlashWidth = 675;
var bigFlashHeight = 240;
var smallFlashWidth = 765;
var smallFlashHeight = 180;

function writeFlashFile(filename, width, height)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\" id=\"flash\" width=\"" + width + "\" height=\"" + height + "\" VIEWASTEXT><param name=\"movie\" value=\"" + filename + "\"><param name=\"quality\" value=\"high\"><param name=\"bgcolor\" value=\"#3574DE\"><param name=\"wmode\" value=\"opaque\"><embed name=\"flash\" src=\"" + filename + "\" quality=\"high\" bgcolor=\"#3574DE\" width=\"" + width + "\" height=\"" + height + "\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"opaque\"></embed></object>");
}