var search_all = '<div class="search_box">';
search_all += '<form method="get" action="http://www.hyponex.co.jp/index.php" name="searchform" id="searchform">';
search_all += '<div id="input01"></div>';
search_all += '<input type="hidden" name="ie" value="SJIS" />';
search_all += '<input type="text" name="s" id="srch" class="s_size" />';
search_all += '<input type="hidden" name="search_type" value="1" />';
search_all += '<div id="input02"></div>';
//search_all += '<input type="image" src="_img/search_btn.png" value="検索" id="search_btn" />';
search_all += '<a href=\"#\" id="search_btn" onclick="document.searchform.submit();return false;">検索</a>';
search_all += "<a href=\"javascript:void(window.open('/how_to.html','newwin','width=620,height=650,scrollbars=1'))\" class='how_to'>使い方</a>";
search_all += '</form>';
search_all += '</div>';
document.write(search_all);


