function flashNavi()
{
  document.write('<OBJECT style="position:relative" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="260" height="45">\n');
  document.write('<PARAM name="MOVIE" value="navi-h.swf">\n');
  document.write('<PARAM name="PLAY" value="true">\n');
  document.write('<PARAM name="LOOP" value="true">\n');
  document.write('<PARAM name="QUALITY" value="high">\n');
  document.write('<param name="wmode" value="transparent" />\n');
  document.write('<EMBED src="navi-h.swf" style="position:relative" wmode="transparent" width="260" height="45" type="application/x-shockwave-flash">\n');
  document.write('</OBJECT>\n');
}

