function halaSearch(){
    document.fSearch_forum.cx.disabled = true;
    document.fSearch_forum.cof.disabled = true;
    document.fSearch_forum.ie.disabled = true;
    document.fSearch_forum.q.disabled = true;
    document.fSearch_forum.submit();
}

function gSearch()
{
    document.fSearch_forum.action='halaSearch.php';
    document.fSearch_forum.q.value=document.fSearch_forum.search.value;
    document.fSearch_forum.search.disabled = true;
    document.fSearch_forum.submit();
}

function forum_searchBar(kw){

kw = (kw)? kw:'';

//need rsearch.js
service_forum = new rsearch('forum');

document.write('<div id="BH-search" class="BH-search"><!--搜尋區-->');
document.write('<table>');
document.write('<form name="fSearch_forum" action="http://forum.gamer.com.tw/searchb.php" method="GET" onSubmit="halaSearch()" AutoComplete="Off">');
document.write('  <input type="hidden" name="cx" value="partner-pub-9012069346306566:k8mjhj-tgp8" />');
document.write('  <input type="hidden" name="cof" value="FORID:9" />');
document.write('  <input type="hidden" name="ie" value="UTF-8" />');
document.write('  <input type="hidden" name="q" />');
document.write('  <tr>');
document.write('    <td><input name="search" type="text" onkeyup="key_s(service_forum, this.value, event);" class="BH-searchbar" value="'+kw+'"/></td>');
document.write('    <td valign="middle"><input type="button" value="找看板" onclick="halaSearch()" /> <input type="button" value="找文章" onclick="gSearch()" /></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="3">');
document.write('      <div style="width:0;height:0;position:relative;top:0px;left:0px;z-index=99;"><div style="position:absolute; top:0px; left:0px; width:302px; border: solid 1px #000000; background: #FFFFFF; z-index:100;display:none;" class="rsearch_forum" id="rsearch_forum" align="left"><ol id="suggestol_forum"></ol></div></div>');
document.write('    </td>');
document.write('  </tr>');
document.write('</form>');
document.write('</table>');
document.write('</div><!--搜尋區結束-->');
}
