function nri_bk_search()
{
//NRI Services Tabs for Level 1 files
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><form name='frmnrisearch' method='get' action='/hdfcbank/search.aspx'><tr><!--<td valign='top' width='22' align='left'><img src='/images/tab_grey.gif' width='19' height='35' alt=''></td>--><td width='130'><input name='searchtext' size='18' class='txtfield' value='Search this website' onkeyup='setwbparam_h()' onfocus='javascript: document.frmnrisearch.searchtext.select();'><input type='hidden' name='pagelocation'><input type='hidden' name='check'><input type='hidden' name='siteloc' ><input type='hidden' name='WT.oss' id='WT.oss'><input type='hidden' name='searchtag' id='searchtag'></td><td align='left'><input type='image' src='/nri_banking/category_landing_page/images/btn_go.gif' width='24' height='18' border='0' alt='GO' class='btnGo'></td></tr></form></table>");
}

function setwbparam_h()
{
	document.getElementById('WT.oss').value = document.frmnrisearch.searchtext.value;
	document.getElementById('searchtag').value = document.frmnrisearch.searchtext.value;
	
}
