// フォームをスクリプトでwritein

var form1String;

form1String = '<form action="" id="form1" onsubmit="return sendForm()"><label for="search" class="formtext">検索：</label><input type="text" id="search" name="search" maxlength="200" style="width:80px; height:12px;color:#666666;border-style:inset;" /><label for="scopeselector" class="formtext">範囲：</label><select id="scopeselector" name="scopeselector" style="width:125px;font-size:11px;color:#666666;"><option name="scopeselector" value="fortinet-jp" selected="selected">fortinet.co.jp</option><option name="scopeselector" value="fortinet">fortinet.com</option><option name="scopeselector" value="virus">Virus Encyclopedia</option><option name="scopeselector" value="attack">Attack Encyclopedia</option></select><input src="/images/button_go.gif" width="16" height="16" border="0" type="image" value="submit" /></form>';

document.write(form1String);
