function show_acc_flash()
{
	document.write('<OBJECT id=name codeBase=http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 width="450" height="525">\n');
	document.write('<PARAM NAME="Movie" VALUE="swfs/acclimation.swf">\n');
	document.write('<PARAM NAME="AllowScriptAccess" VALUE="">\n');
	document.write('<PARAM NAME="Quality" VALUE="High">\n');
	document.write('<PARAM NAME="Scale" VALUE="noscale">\n');
	document.write('<PARAM NAME="Loop" VALUE="false">\n');
	document.write('<embed name="name" src="swfs/acclimation.swf"  quality="high" wmode="transparent" width="450" height="525" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
	document.write('</OBJECT>\n');

	return;
}