﻿
function write_swf_menu()
{
       document.write('<object');
       document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
       document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
       document.write(' id="menu"');
       document.write(' width="170" height="385"');
       document.write('>');
       document.write(' <param name="movie" value="image/menu19.swf" />');
       document.write(' <param name="bgcolor" value="#fdeeee" />');
       document.write(' <param name="quality" value="high" />');
       document.write(' <param name="allowscriptaccess" value="samedomain" />');
       document.write(' <embed');
       document.write('  type="application/x-shockwave-flash"');
       document.write('  pluginspage="http://www.macromedia.com/go/getflashplayer"');
       document.write('  name="headerflash"');
       document.write('  width="170" height="385"');
       document.write('  src="image/menu19.swf"');
       document.write('  bgcolor="#fdeeee"');
       document.write('  quality="high"');
       document.write('  swliveconnect="true"');
       document.write('  allowscriptaccess="samedomain"');
       document.write(' />');
       document.write('</object>');
}


function write_swf_top()
{
      document.write('<object');
      document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
      document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
      document.write('id="okou"');
      document.write('width="198" height="272"');
      document.write('>');
      document.write('<param name="movie" value="image/okou.swf" />');
      document.write('<param name="bgcolor" value="#ffffff" />');
      document.write('<param name="quality" value="high" />');
      document.write('<param name="allowscriptaccess" value="samedomain" />');
      document.write('<embed');
      document.write(' type="application/x-shockwave-flash"');
      document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
      document.write(' name="okou"');
      document.write(' width="198" height="272"');
      document.write(' src="image/okou.swf"');
      document.write(' bgcolor="#ffffff"');
      document.write(' quality="high"');
      document.write(' swliveconnect="true"');
      document.write(' allowscriptaccess="samedomain"');
      document.write('/>');
      document.write('</object>');
}


