// embed.js
function RunFlash()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"\n');
	document.write(' ID="index" WIDTH="402" HEIGHT="179" ALIGN="">\n');
	document.write(' <PARAM NAME=movie VALUE="/images/content/corporate/content_area/index.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><param name=wmode value=transparent>\n'); 
	document.write(' <EMBED src="/images/content/corporate/content_area/index.swf" quality=high bgcolor=#FFFFFF wmode=transparent  \n');
	document.write(' swLiveConnect=FALSE WIDTH="402" HEIGHT="179" NAME="index" ALIGN=""\n');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">\n');
	document.write('</EMBED>\n');
	document.write('</OBJECT>\n');
}

