function IndexSwf()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="450">\n');
   document.write('<param name="movie" value="flash/malakoff-intro.swf" />\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('<embed src="flash/malakoff-intro.swf" wmode="transparent" menu="false" quality="high" width="800" height="450"></embed>\n');
   document.write('</object>\n');
}
