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

