function clickFix(FLASH)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id="highmarch_01" width="556" height="150">\n');
	document.write('<param name="movie" value="'+FLASH+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="'+FLASH+'" menu="false" quality="high" scale="exactfit" bgcolor="#ffffff"  width="556" height="150"></embed>\n');
	document.write('</object>\n');
}