function search3(stype) {
	var keyword = document.banner3.qu.value;
	
	document.banner3.action = "http://www.ecplaza.net/asp/quicksearch.asp?stype=" + stype;
	document.banner3.submit();
}

document.write ("<form name=banner3 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/165_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/165_02.gif>")
document.write ("<table width=158 border=0 align=center cellpadding=0 cellspacing=0>")
document.write ("<tr align=center>")
document.write ("<td colspan=3><input name=qu type=text 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=64 align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/165_trade.gif width=64 height=17 style=cursor:hand; onClick=search3('leads');>")
document.write ("</td>")
document.write ("<td width=51 align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/165_directory.gif width=49 height=17 style=cursor:hand; onClick=search3('directory');>")
document.write ("</td>")
document.write ("<td width=43 align=right>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/165_catalog.gif width=41 height=17 style=cursor:hand; onClick=search3('catalog');>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</form>")
