function search4(stype) {
	var keyword = document.banner4.qu.value;
	
	document.banner4.action = "http://www.ecplaza.net/asp/quicksearch.asp?stype=" + stype;
	document.banner4.submit();
}

document.write ("<form name=banner4 method=post target=_blank>")
document.write ("<table width=440 border=0 cellpadding=0 cellspacing=0>")
document.write ("<tr>")
document.write ("<td colspan=2>")
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/440_01.gif width=440 height=25 border=0>")
document.write ("</a>")
document.write ("</td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td width=110>")
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/440_02.gif width=110 height=35 border=0>")
document.write ("</a>")
document.write ("</td>")
document.write ("<td width=330 background=http://image.ecplaza.net/global/tonta/images/gCommon/banner/440_03.gif>")
document.write ("<table width=320 border=0 cellspacing=0 cellpadding=0>")
document.write ("<tr>")
document.write ("<td><input name=qu type=text size=12></td>")
document.write ("<td width=72>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/440_trade.gif width=69 height=19 style=cursor:hand; onClick=search4('leads');>")
document.write ("</td>")
document.write ("<td width=72>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/440_directory.gif width=69 height=19 style=cursor:hand; onClick=search4('directory');>")
document.write ("</td>")
document.write ("<td width=69>")
document.write ("<img src=http://image.ecplaza.net/global/tonta/images/gCommon/banner/440_catalog.gif width=69 height=19 style=cursor:hand; onClick=search4('catalog');>")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table></td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</form>")