function index_flash()
{ 
	document.write('<object data="flash/index_flash.swf" wmode="transparent" width="900" height="325" type="application/x-shockwave-flash">\n');
	document.write('<param name="movie" value="flash/index_flash.swf"  />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('</object>\n');
}
