function searchform() 
{
	if (document.form1.searchterm.value=="") {
		alert("Please Fill in the search.");
		document.form1.searchterm.select()
		return false;
	}
	
	self.name = "current";
		
	document.form1.submit();
}	

document.write("<table width=100%  border=0 cellspacing=0 cellpadding=0>")
document.write("<FORM name=form1 method=POST ACTION=http://www.mtechpro.com/cgi-bin/search.cgi target=_blank>")
document.write("<tr>")
document.write("<td><img src=/images/5_1.jpg width=332 height=35><INPUT TYPE=HIDDEN NAME=directory VALUE=%BASEDIR%></td>")
document.write("<td background=/images/5_2.jpg width=124><div align=center>")
document.write("<input name=searchterm type=text id=searchterm size=20 maxlength=30><input type=hidden name=andor value=or>")
document.write("</div></td>")
document.write("<td width=47><a href=#><img src=/images/5_3_go.jpg width=47 height=35 onClick=javascript:searchform(); border=0></a></td>")
document.write("<td><img src=/images/5_4_lang.jpg width=275 height=35 border=0 usemap=#Map></td>")
document.write("</tr>")
document.write("</form>")
document.write("</table>")
document.write("<map name=Map>")
document.write("<area shape=rect coords=153,9,208,28 href=index.htm>")
document.write("<area shape=rect coords=209,9,265,28 href=chn/index.htm>")
document.write("</map>")
