function FWriteSwf() {

document.write(' <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="index02" WIDTH="580" HEIGHT="550" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="topics_flash/index02.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#029E54>'); 
document.write(' <EMBED src="topics_flash/index02.swf" quality=high bgcolor=#029E54 ');
document.write(' swLiveConnect=FALSE WIDTH="580" HEIGHT="550" NAME="index02" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');

}