/*新闻列表全文检索*/
function trsSearch(){  
  word=searchfrm.keyword.value;
  document.searchfrm.action="http://192.168.0.22:8080/was40/search?channelid=36304&searchword="+word;
  document.searchfrm.submit();
  } 
 
/*首页全文检索*/
function trsSearch_index(){
   if(document.formSearch.typeValue.value==1)
	{
	  word=formSearch.keyword.value;	  
	  formSearch.action="http://192.168.0.22:8080/was40/search?channelid=36304&searchword="+word;	  
      document.formSearch.submit();
   }
   else if(formSearch.typeValue.value==2)  
	{
      if(document.formSearch.selectType.value!="")
		{
          word=formSearch.keyword.value;
		  type=formSearch.selectValue.value;		  
		  formSearch.action="http://192.168.0.22:8080/was40/search?channelid=36304&searchword="+type+"="+word;		  
		  document.formSearch.submit();
	  }
   }
}
function displayExample(value){	
	document.all.selectValue.value=value;
}

function displayExample1(type){	
	document.all.typeValue.value=type;
}

/*工资查询提交*/
function searchgongzi(){
   frmgongzi.action="http://www.cnrsj.com/qfp/gzip.php";
   document.frmgongzi.submit();
}