document.getElementById("tool").innerHTML= "<form name=\"mojimoji\" autocomplete=\"off\"><div style=\"margin-bottom:0px;\"><table style=\"border:1px solid #ccc;width:580px;\"><tr style=\"text-align:center;font-size:14px;color : #333;\"><th style=\"border-bottom:1px solid #ccc;border-right:1px solid #ccc;width:55px;\">音数</th><th style=\"border-bottom:1px solid #ccc;border-right:1px solid #ccc;width:275px\">部分指定したい音を入力（全角仮名）</th><th style=\"border-bottom:1px solid #ccc;width:240px;\">結果から除外したい音を入力</th></tr><tr><td style=\"border-right:1px solid #ccc;text-align:center;color : #333;\"><select onchange=\"changelength(this.options[this.selectedIndex].value)\" size=\"1\" name=\"word\" style=\"font-size:25px;color : #333;\"><option value=\"2\">2</option><option value=\"3\">3</option><option value=\"4\">4</option><option value=\"5\">5</option><option value=\"6\">6</option><option value=\"7\">7</option></select></td><td id=\"res\" style=\"border-right:1px solid #ccc;text-align:center;\"></td><td style=\"font-size:12px;color : #333;\"><label><input name=\"op1\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />拗音（2字音）</label><label><input name=\"op2\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />濁音（゛)</label><label><input name=\"op3\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />半濁音(゜)</label><br /><label><input name=\"op4\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />長音(ー)</label><label><input name=\"op5\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />促音(ッ)</label><label><input name=\"op6\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />撥音(ン)</label><label><input name=\"op7\" type=\"checkbox\" value=\"1\" onchange=\"cookiereco()\" onfocus=\"k=0\" />ヲ</label><label><input name=\"op8\" type=\"hidden\" value=\"1\" onfocus=\"k=0\" checked=\"checked\" /></label></td></tr></table><div style=\"text-align:center;\"><button name=\"inputwords\" type=\"button\" value=\"\" style=\"margin-top:10px;\" onmouseover=\"focus()\" onclick=\"result('')\">結果を表示.　（Enter長押しで連続表示）</button></div><div id=\"res2\" style=\"margin:10px 0 10px 0;padding:0 10px 0 10px;width:560px;height:380px;overflow:hidden;border:solid 1px #ccc;\"><div style='margin-top:80px;text-align:center;font-size:40px;color:#999;font-weight:bold;'>ここに結果が表示されます。<br /><span style='font-size:12px;'>→<a href='./howtouse.html#conform' style='color:#66e;'>うまく表示・動作しない場合</a></span></div></div><button name=\"\" type=\"button\" value=\"\" onclick=\"resetpage()\" />履歴と設定の消去.</button></form>";