function flashFixer(fFile,fWidth,fHeight)
{
	flash = "<embed src=\"/"+fFile+"\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" menu=\"false\" width=\"" + fWidth + "\" height=\""+fHeight+"\"></embed>";
	document.write(flash);
}