function check()
			{
			//alert("");
				bb=document.QForm.SearchString.value;
				
				
				if (bb=="SEARCH")
				{
				document.QForm.SearchString.value="";
				}
				aa=document.QForm.SearchString.value.length;
				
			}

document.write("<form method='post' action='../search/index.asp' name='QForm'>")
document.write("<table width=206 border=0 cellpadding=0 cellspacing=0 >")
document.write("<tr>")
document.write("<td> <input type='text' name='SearchString' / size=15 value=SEARCH class=formtext01 Onfocus='check();'><img border=0 src=../images/3x10.gif width=5 height=1><input TYPE='HIDDEN' NAME='SortBy' VALUE='rank[d]'><input TYPE='HIDDEN' NAME='ColChoice' VALUE='1'><input type='image'  onClick='submit();' src=../images/gobtn.gif align=absmiddle></td></tr>")
//document.write("<tr><td><img border=0 src=../images/3x10.gif width=1 height=6></td>")
document.write("</table></form>")