function write_flash_top() {
		document.write('<object\n');
		document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
		document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="ms_top_v3"\n');
		document.write('width="920" height="175">\n');
		document.write('<param name="movie" value="flash/ms_top_v3.swf">\n');
		document.write('<param name="bgcolor" value="#6699CC">\n');
		document.write('<param name="quality" value="high">\n');
		document.write('<param name="allowscriptaccess" value="samedomain">\n');
		document.write('<embed type="application/x-shockwave-flash"\n');
		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
		document.write('name="ms_top_v3" \n');
		document.write('width="920" height="175"\n');
		document.write('src="flash/ms_top_v3.swf"\n');
		document.write('bgcolor="#6699CC"\n');
		document.write('quality="high"\n');
		document.write('swliveconnect="true"\n');
		document.write('allowscriptaccess="samedomain">\n');
		document.write('<noembed>\n');
		document.write('</noembed>\n');
		document.write('</embed>\n');
		document.write('</object>\n');
}

function write_flash_middle() {
		document.write('<object\n');
		document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
		document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
		document.write('id="ms_front_flash"\n');
		document.write('width="621" height="257">\n');
		document.write('<param name="movie" value="flash/ms_front_flash.swf">\n');
		document.write('<param name="bgcolor" value="#000066">\n');
		document.write('<param name="quality" value="high">\n');
		document.write('<param name="menu" value="false">\n');
		document.write('<param name="wmode" value="transparent">\n');
		document.write('<param name="allowscriptaccess" value="samedomain">\n');
		document.write('<embed\n');
		document.write('type="application/x-shockwave-flash"\n');
		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
		document.write('name="ms_front_flash"\n');
		document.write('width="621" height="257"\n');
		document.write('src="flash/ms_front_flash.swf"\n');
		document.write('bgcolor="#000066"\n');
		document.write('quality="high"\n');
		document.write('menu="false"\n');
		document.write('wmode="transparent"\n');
		document.write('swliveconnect="true"\n');
		document.write('allowscriptaccess="samedomain"  >\n');
		document.write('<noembed>\n');
		document.write('</noembed>\n');
		document.write('</embed>\n');
		document.write('</object>\n');

}

function write_flash_demo_btn() {
	document.write('<object\n');
	document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
	document.write('id="ms_button_free_demo_whbg_2"\n');
	document.write('width="280" height="25">\n');
	document.write('<param name="movie" value="flash/ms_button_free_demo_whbg_2.swf">\n');
	document.write('<param name="bgcolor" value="#FFFFFF">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="allowscriptaccess" value="samedomain">\n');
	document.write('<embed\n');
	document.write('type="application/x-shockwave-flash"\n');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
	document.write('name="ms_button_free_demo_whbg_2"\n');
	document.write('width="280" height="25"\n');
	document.write('src="flash/ms_button_free_demo_whbg_2.swf"\n');
	document.write('bgcolor="#FFFFFF"\n');
	document.write('quality="high"\n');
	document.write('menu="false"\n');
	document.write('wmode="transparent"\n');
	document.write('swliveconnect="true"\n');
	document.write('allowscriptaccess="samedomain">\n');
	document.write('<noembed>\n');
	document.write('</noembed>\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}