﻿function AddMainFlash() {

	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
	document.write('ID="DMIMainAnim" WIDTH="242" HEIGHT="245">');
	document.write('<PARAM NAME=movie VALUE="Anm_images/DMIMainAnim.swf">');
	document.write('<PARAM NAME=quality VALUE="high">');
	document.write('<PARAM NAME=bgcolor VALUE="#ffffff">');
	document.write('<EMBED SRC="Anm_images/DMIMainAnim.swf" QUALITY="high" BGCOLOR="#ffffff" WIDTH="242" HEIGHT="245" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>'); 
	document.write('</OBJECT>');
}

function AddNewsFlash() {
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('CODEBASE="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('ID="headline" WIDTH="140" HEIGHT="110">');
	document.write('<PARAM NAME=movie VALUE="Anm_images/headline.swf">');
	document.write('<PARAM NAME=quality VALUE="high">');
	document.write('<PARAM NAME=bgcolor VALUE="#ffffff">');
	document.write('<EMBED SRC="Anm_images/headline.swf" QUALITY=high BGCOLOR="#ffffff" WIDTH="140" HEIGHT="110" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>');
	document.write('</OBJECT>');
	
}


