function Search()
{
	var tt=GetObj("comptype").value;
	var t=GetObj("comptxt")
	var tv=RemoveSp(Trim(t.value));
	if(tv=="输入公司名称、地区、特色服务等执行搜索")tv="";
	var strUrl="";
	var pro="";
   	var city="";
   	var isjct="0";   
   	var strUrl =""; 
   	
           if(tt=="5"||tv =="货运代理"||tv=='货运')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_hy-pg1---"+pro+"-"+city+"-----"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="4"||tv =="船东船代"|| tv=='船东'|| tv=='船代')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_hd-pg1--"+pro+"-"+city+"--"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="9"||tv =="航空")
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_hk-pg1-"+pro+"-"+city+"--"+tv+"-"+isjct+".html";
	        }
	       else if(tt=="7"||tv =="海港空港"||tv=='海港'||tv=='空港')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_kghg-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	       else if(tt=="8"||tv =="陆运")
	        {	            
	            strUrl ="http://company.jctrans.com.cn/gs_ly-pg1-3-"+pro+"-"+city+"---"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="11"||tv =="快递")
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_kd-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="10"||tv =="仓储")
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_cc-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="12"||tv =="商检报关"||tv=='商检'||tv=='报关')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_sjbg-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="6"||tv =="物流产品及咨询"||tv=='物流产品'||tv=='物流产品咨询'||tv=='物流咨询')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_wlzx-pg1--"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="13"||tv =="政府机构及组织"||tv=='组织'|| tv=='政府机构')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_zf-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else if(tt=="14"||tv =="其他物流相关"||tv=='其他物流')
	        {
	            strUrl ="http://company.jctrans.com.cn/gs_qt-pg1-"+pro+"-"+city+"-"+tv+"-"+isjct+".html";
	        }
	        else
	        {	         
	          strUrl ="http://company.jctrans.com.cn/Member_Search-pg1-"+pro+"-"+city+"-"+ tv+"--0.html";
	        }	   
	 
		   window.open(strUrl, "_blank");
	}

	function KeyDown()
	{
		if (window.event.keyCode==13)
		{
			Search();
		}
	}
