function validate1()
{
		if(document.form1.keyword.value=="")
		{
			alert("Please Enter a Keyword")
			document.form1.text1.focus();
			return false;
		}	
			
		else
		{
		return true;
		
		}
}
document.write('<table width="235" border="0" align="center" cellspacing="0" cellpadding="0">')
document.write('<tr><td height="35"><Font class="heads" style="margin-left: 5px">Get it</font></td></tr>')
document.write('<tr><td>')
document.write('<form onsubmit="return validate1()" action="../GMPSearch/recordslist.ASP"  method="GET" id="form1" name="form1" target="_parent">')
document.write('<table border="0" align="center" width="240" cellspacing="0" cellpadding="0"><tr> ')
document.write('<td widtb="120"><p style="margin:0 0 0 0">&nbsp;&nbsp;Look for</p></td><td width="130" align="left"><p style="margin:0 0 0 0">in</p></td></tr></table>')
document.write('<table border="0" align="center" width="220" cellspacing="0" cellpadding="0">')
document.write('<tr><td width="20"><input name="keyword" id="keyword" type="text" size="12"></td>')
document.write('<td align="left" width="25"><SELECT style="width:80" id="service" name="service">')
document.write('<OPTION selected>All</OPTION>')
document.write('<option>Product</option>')
document.write('<option>Company</option>')
document.write('<option>Glossary</option></SELECT></td>')
document.write('<td align="center" width="30"><input name="Go" type="image" class="submit" style="height:20;width:27" src="index/gobtn1.gif"></td></tr></table>')
//document.write('<td align="center" width="50"><input name="Go" type="image" class="submit" style="height:20;width:27" src="index/gobtn.gif"></td></tr></table>')

document.write('</form></td></tr></table>')
