document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="167">')
document.writeln('<tr>')
document.writeln('<!-- Search Page Function - added 7/15/03 J. Edwards -->')
document.writeln('<script>')
document.writeln('function clearText(thefield){')
document.writeln('if (thefield.defaultValue==thefield.value)')
document.writeln('thefield.value = ""')
document.writeln('}')
document.writeln('</script>')
document.writeln('<form method="post" action="http://www.electroglas.com/results.asp">')
document.writeln('<td width="15">&nbsp;</td>')
document.writeln('<td valign="top" width="100"><input type="text" class="search" name="searchstring" size="14" value="Search" onFocus="clearText(this)">')
document.writeln('<td valign="top"><input type="image" name="Go!" src="http://www.electroglas.com/images/go2.gif" value="Submit" width="26" height="24" border="0"></td>')
document.writeln('</form>')
document.writeln('<!-- End Search Page Function -->')
document.writeln('</tr>')
document.writeln('</table>')


