// JScript File
//Google Search Box Start
var strCodeBase = 'uploadedimages/_system/';
function showSearchBox()
{
    document.writeln('<!-- Search Google -->');
    document.writeln('<TABLE border=0 background="'+ strCodeBase + 'mastheadbg.gif" cellspacing=0 cellpadding=0 border=0 height="48" align="center">');
    document.writeln('<FORM name="frmGoogleSearch" method=GET target="blank" action=http://www.google.com/custom>');
    document.writeln('<tr valign=top>');
    document.writeln('<td valign="center" class="search_text">');
    document.writeln('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="'+ strCodeBase + 'google.gif" alt="Search" align="absmiddle">&nbsp;');
    document.writeln('</td>');
    document.writeln('<td style="padding-bottom:2px" valign="bottom" align="right" width"50%" class="search_text" height="25">');
    document.writeln('<INPUT TYPE=text name=q size=23 maxlength=255 value="">');
    document.writeln('</td>');
    document.writeln('<td valign="middle" align="right" class="search_text" height="25">');
    document.writeln('&nbsp;<input type=image src="'+ strCodeBase + 'go.gif" onClick="javaSc'+'ript: document.frmGoogleSearch.submit();" alt="Go" height="19" width="19">');
    document.writeln('</td>');
    document.writeln('</tr>');
    document.writeln('<tr height="">');
    document.writeln('<td align="right" valign="top" colspan="3">');
    document.writeln('<table border=0 cellpadding="0" cellspacing="0" width="80%" align="right" >');
    document.writeln('<tr>');
    document.writeln('<td align="right" valign="top" class="search_text"></td><td align="right" valign="middle" class="search_text"><input type=radio name=sitesearch value="www.nrf.gov.sg" checked> NRF Website</td><td align="right" valign="middle" class="search_text"><input type=radio name=sitesearch value=""></td><td align="right" valign="middle" class="search_text" width="48">the web&nbsp;</td>');
    document.writeln('<input type=hidden name=domains value="www.nrf.gov.sg">');
    document.writeln('<INPUT type=hidden name=cof VALUE="S:http://www.nrf.gov.sg;GL:0;AH:center;BGC:white;LH:62;L:http://www.nrf.gov.sg/NRF/uploadedImages/_system/nrf_logo.gif;LW:460;T:#1789A3;AWFID:38a9925c52ba739a;">');
    document.writeln('</td>');
    document.writeln('</tr></table>');

    document.writeln('</td>');
    document.writeln('</tr>');
    document.writeln('</FORM>');
    document.writeln('</TABLE>');
    document.writeln('<!-- Search Google -->');
}
// Google Search Box End
