// JScript File
//Google Search Box Start
var strCodeBase = 'http://dev.wph.com.sg/CPIB_User_test/static/images/common/';
function showSearchBox1()
{
    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 + 'Google_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.cpib.gov.sg" checked> CPIB 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.cpib.gov.sg">');
    document.writeln('<INPUT type=hidden name=cof VALUE="S:http://www.cpib.gov.sg;GL:0;AH:center;BGC:white;LH:62;L:http://dev.wph.com.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

function showSearchBox()
{
	document.writeln('<!-- Search Google -->');
	document.writeln('<table bgcolor="#ffffff" cellpadding="0" cellspacing="0">');
	document.writeln('<tr><td nowrap="nowrap" valign="middle" align="left" >');
	document.writeln('<img src="http://www.cpib.gov.sg/website/images/common/google_white.gif" alt="Search" align="absmiddle"></img>');
	document.writeln('<label for="sbi" style="display: none">Enter your search terms</label>');
	document.writeln('<input type="text" name="q" size="20" maxlength="255" value="" id="sbi" onkeypress="javascript:submitSearchWithEnter(event);" onkeyup="javascript:copydata(this.value);" oninput="javascript:copydata(this.value);" onpaste="javascript:copydata(window.clipboardData.getData(\'Text\'));"></input>');
	document.writeln('<label for="sbb" style="display: none">Submit search form</label>');
	document.writeln('<a onClick="submitSearch2();" ><img src="http://www.cpib.gov.sg/website/images/common/Google_go.gif" ></a>');
	document.writeln('</td></tr>');
	document.writeln('<tr><td align="right">');
	document.writeln('<input type="radio"  name="sitesearch1"  value="cpib.gov.sg" checked onChange="copydata_radio(this.value);"/>CPIB Website'); 
	document.writeln('<input type="radio"  name="sitesearch1"  value="" onChange="copydata_radio(this.value);"/>The Web');
	document.writeln('</td></tr>');
	document.writeln('</table>');
	document.writeln('<!-- Search Google -->');

}

function showResults()
{
	document.writeln('<!-- Search Google -->');
	document.writeln('<form  style="visibility:hidden;" name="SearchPlugInfrm" method="get" action="http://www.google.com/custom" target="google_window">');
	//document.writeln('<DIV style="visibility:hidden;">');
	document.writeln('<table bgcolor="#ffffff">');
	document.writeln('<tr><td nowrap="nowrap" valign="top" align="left" height="32">');
	document.writeln('<a href="http://www.google.com/">');
	document.writeln('<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>');
	document.writeln('<label for="sbi" style="display: none">Enter your search terms</label>');
	document.writeln('<input type="text" name="q" size="20" maxlength="255" value="" id="sbi"></input>');
	document.writeln('<label for="sbb" style="display: none">Submit search form</label>');
	document.writeln('<input type="submit" name="sa" value="Search" id="sbb"></input>');
	document.writeln('<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:32;LW:75;L:http://www.google.com/logos/Logo_25wht.gif;S:http://www.google.com;FORID:1"></input>');
	document.writeln('<input type="hidden" name="hl" value="en"></input>');
	document.writeln('<input type=hidden name=domains value="www.cpib.gov.sg">');
    	document.writeln('<INPUT type=hidden name=cof VALUE="S:http://www.cpib.gov.sg;GL:0;AH:center;BGC:white;L:http://www.cpib.gov.sg/website/images/common/headerLogo.gif;T:#1789A3;AWFID:38a9925c52ba739a;">');
    	document.writeln('</td>');
    	document.writeln('</tr>');
    	document.writeln('</td>');
	document.writeln('<tr><td>');
	document.writeln('<input type="text"  name="sitesearch"  value="www.cpib.gov.sg"/>');
	document.writeln('</td></tr>');
    	document.writeln('</table>');
	//document.writein('</DIV>');
	document.writeln('</form>');
	document.writeln('<!-- Search Google -->');

}

//@ For ENTER detection
function submitSearchWithEnter(e)	
{
	//var e = window.event;
	if ((e.keyCode) && (e.keyCode == 13)) { submitSearch2();   return false; }
	else if ((e.which) && (e.which == 13)) { submitSearch2(); return false; }
	else return;
}

function submitSearch2()
{
	//document.SearchPlugInfrm.site.options.selectedIndex = document.Form.site.options.selectedIndex;
	document.SearchPlugInfrm.submit();
	//submitSearch();
}

function copydata(tmp)
{
	document.SearchPlugInfrm.q.value = tmp;
}

function dochange(tmp)
{
	document.SearchPlugInfrm.site.options.selectedIndex = tmp.options.selectedIndex;
}

function copydata_radio(tmp)
{
	if (tmp=="")
	{	
		document.SearchPlugInfrm.sitesearch.value = "";
	}
	else
	{
		document.SearchPlugInfrm.sitesearch.value = "www.cpib.gov.sg";
	}
	
}

