function writeindexflash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="593" height="394">\n');
    document.write('<param name="movie" value="nmc_movie.swf">\n');
    document.write('<param name="quality" value="best" />\n');
    document.write('<param name="play" value="true" />\n');
    document.write('<embed src="nmc_movie.swf" quality="high" bgcolor="#000000" width="593" height="394" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('</object>\n');
}