function search1(stype) {
	var keyword = document.banner1.qu.value;

	document.banner1.action = "http://www.ecplaza.net/asp/quicksearch.asp?stype=" + stype;
	document.banner1.submit();
}

document.write ("<form name=banner1 method=post target=_blank>")
document.write ("<table width=165 border=0 cellpadding=0 cellspacing=0>")
document.write ("<tr>")
document.write ("<td>")
document.write ("<a href=http://www.ecplaza.net target=blank onfocus=this.blur();>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/b165_01.gif width=165 height=106 border=0>")
document.write ("</a>")
document.write ("</td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td height=62 background=http://image.ecplaza.net/global/tonta/images/gCommon/banner/b165_02.gif>")
document.write ("<table width=160 border=0 align=center cellpadding=0 cellspacing=0>")
document.write ("<tr align=center>")
document.write ("<td colspan=3><input type=text name=qu size=20></td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td height=5 colspan=3></td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td width=66 align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/b165_trade.gif width=64 height=17 style=cursor:hand; onClick=search1('leads');>")
document.write ("</td>")
document.write ("<td width=51 align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/b165_directory.gif width=49 height=17 style=cursor:hand; onClick=search1('directory');>")
document.write ("</td>")
document.write ("<td align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/b165_catalog.gif width=41 height=17 style=cursor:hand; onClick=search1('catalog');>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</form>")
