﻿function show_hontube( parms ){
 document.write('<object classid="clsid: ');
 document.write('d27cdb6e-ae6d-11cf-96b8-444553540000" ');
 document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
 document.write('width="480"');
 document.write(' height="397"');
 document.write(' id="HonTube"');
 document.write(' align="">');
 document.write('<param name="allowScriptAccess" value="sameDomain"> ');
 document.write('<param name="movie" value="http://www.hondarer-soft.com/japan/hontube/">');
 document.write('<param name="menu" value="false"> ');
 document.write('<param name="quality" value="high"> ');
 document.write('<param name="bgcolor" value="#ffffff"> ');
 document.write('<embed src="http://www.hondarer-soft.com/japan/hontube/HonTube.swf');
 document.write('" menu="false" quality="high" ');
 document.write('bgcolor="#ffffff" width="480" height="397" name="HonTube.swf" ');
 document.write('align="middle"');
 document.write(' FlashVars="');
 document.write( parms );
 document.write('" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_jp"> ');
 document.write('</embeded></object>');
}
