<!--
function Flash(file, w, h)
{
		document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" WIDTH=\"");
		document.write(w);
		document.write("\" height=\"");
		document.write(h);
		document.write("\"><PARAM NAME=\"movie\" VALUE=\"");
		document.write(file);
		document.write("\"> <PARAM NAME=\"quality\" VALUE=\"high\"><EMBED src=\"");
		document.write(file);
		document.write("\" loop=\"false\" menu=\"false\" quality=\"high\" WIDTH=\"");
		document.write(w);
		document.write("\" height=\"");
		document.write(h);
		document.write("\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED></OBJECT>");
}

-->