/**
 * 工程位置：一大把网站->头部嵌套程序
 * 开发时间：2008-06-11
 * 开发人员：王涛
 * 代码功能：大把搜查询
 * 
 * 修改记录：
 * 
 * 
 */
function sear(cname,type)
{
	document.getElementById('search').value = cname;
	document.getElementById('s_type').value = type;
	document.getElementById('msea').style.display = 'none';
}
document.writeln("<div class=head_sea><form ");
document.writeln("action=\"http://search.yidaba.com/search.php\" target='_blank' method=get>");
document.writeln("    <div class=s_key><input id=k name=k type=text value=请输入搜索内容  size=20 onfocus=\"this.style.color='#333';if(this.value=='请输入搜索内容')this.value=''\" onblur=\"this.style.color='#999';if(this.value=='')this.value='请输入搜索内容'\" />");
document.writeln("    </div>");
document.writeln("  	<div class=s_sort onclick=clicks(event,'msea')>");
document.writeln("		<input type=text id='search' value='搜资讯' readonly=readonly />");
document.writeln("		<input type=hidden id='s_type' name='s_type' value='1' />");
document.writeln("		<div id=msea class=msea style='display:none;'>");
document.writeln("			<a target='_self' href=\"javascript:sear('搜资讯','1')\">搜资讯</a>");
document.writeln("			<a target='_self' href=\"javascript:sear('搜企业','2')\">搜企业</a>");
document.writeln("			<a target='_self' href=\"javascript:sear('搜产品','3')\">搜产品</a>");
document.writeln("			<a target='_self' href=\"javascript:sear('搜商友','10')\">搜商友</a>");
document.writeln("			<a target='_self' href=\"javascript:sear('搜网店','12')\">搜网店</a>");
document.writeln("		</div>");
document.writeln("	</div>");
document.writeln("  <input type=submit class=s_sub value='' />");
document.writeln("</form>");
document.writeln("</div>");

