// JavaScript Document

function RunTop()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="600px" align="absmiddle">\n');
    document.write('<param name="movie" value="imdex.swf" />\n');
	document.write('<param name=wmode VALUE=transparent>\n');
	document.write('<param name="SCALE" value="noborder" />\n');
	document.write('<embed src="imdex.swf" width="100%" height="600px" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed>\n');
    document.write('</object>\n');
}

