// JavaScript Document Autogenerated by IEFix from RNSoft
// this script uses document.write to avoid user prompts in MSIE for object, applet and embed tags
// fix applied on 10/3/2007 7:57 PM

function iefixNindexi1f1() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="970" height="390">\n');
	document.write('  <param name="movie" value="Pandemic_Version_May08_2009.swf" />\n');
	document.write('  <param name="quality" value="high" />\n');
	document.write('  <param name="allowScriptAccess" value="always" />\n');
//	document.write('  <param name="allowNetworking" value="internal" />\n');		// allowNetowrking and allowScriptAccess seem to fight
//	document.write('  <embed src="home_page_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="970" height="390" allowNetworking="internal"></embed>\n');
	document.write('  <embed src="Pandemic_Version_May08_2009.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="970" height="390" allowScriptAccess="always"></embed>\n');
	document.write('</object>\n');
}

function flash_fix(file, width, height) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" style="margin-left: 6px;">\n');
	document.write('  <param name="movie" value="' + file + '" />\n');
	document.write('  <param name="quality" value="high" />\n');
	document.write('  <param name="allowNetworking" value="internal" />\n');
	document.write('  <embed src="' + file + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" allowNetworking="internal"></embed>\n');
	document.write('</object>\n');
}