function fla_index_image(){
   document.write('<object style="display:block;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="300">\n');
   document.write('<param name="movie" value="background_images/index_image.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="scale" value="noborder" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="background_images/index_image.swf" wmode="transparent" quality="high" width="250" height="300"></embed>\n');
   document.write('</object>\n');
}