function run_flash1()
{
document.write('<object>\n');
document.write('<param name="movie" value="movie">\n');
document.write('<param name="movie" value="movie">\n');
document.write('<embed src="index.swf" bgcolor="#0F103F" menu=false  width="780" height="433" type="application/x-shockwave-flash">\n');
document.write('</embed>\n');
document.write('</object>\n');
}

