﻿///////////////////////////////////////////
//高级搜索页面JS 
///////////////////////////////////////////
var listContentObj = new Array();
function zhinengSearch()
{
document.getElementById('zhineng').style.display='block';
document.getElementById('diqu').style.display='none';
document.getElementById('zhiwei').style.display='none';

}

function diquSearch()
{
document.getElementById('zhineng').style.display='none';
document.getElementById('diqu').style.display='block';
document.getElementById('zhiwei').style.display='none';

}
function zhiweiSearch()
{
document.getElementById('zhineng').style.display='none';
document.getElementById('diqu').style.display='none';
document.getElementById('zhiwei').style.display='block';
}


function jintiangonggao()
{
  document.getElementById('jintian').src='http://image.bjx.com.cn/hr/recom/tjqieh01.gif'; 
  document.getElementById('quanbutupian').src='http://image.bjx.com.cn/hr/recom/tjqieh04.gif';
  document.getElementById('jintiangonggao').style.display='block';
  document.getElementById('quanbugonggao').style.display='none';
}
function quanbugonggao()
{
  document.getElementById('quanbutupian').src='http://image.bjx.com.cn/hr/recom/tjqieh03.gif';
  document.getElementById('jintian').src='http://image.bjx.com.cn/hr/recom/tjqieh02.gif';
  document.getElementById('jintiangonggao').style.display='none';
  document.getElementById('quanbugonggao').style.display='block';
}

function zixungonggao()
{
  document.getElementById('zxun').src='http://image.bjx.com.cn/hr/recom/tjqieh05.gif';
  document.getElementById('xwen').src='http://image.bjx.com.cn/hr/recom/tjqieh08.gif';
  document.getElementById('zixun').style.display='block';
  document.getElementById('xinwen').style.display='none';
}

function xinwengonggao()
{
  document.getElementById('zxun').src='http://image.bjx.com.cn/hr/recom/tjqieh06.gif';
  document.getElementById('xwen').src='http://image.bjx.com.cn/hr/recom/tjqieh07.gif';
  document.getElementById('zixun').style.display='none';
  document.getElementById('xinwen').style.display='block';
}
//显示企业性质意向
function getSelectJobFunction(divID,moveID,ResultID,bottonID,hiddenID,tipID)
{
    showBottonDivList(divID,moveID,ResultID,bottonID,hiddenID,tipID,"HR.Web.GjSearchResulter.GetJobFunctionList().value");
}
//显示工作地点
function getSelectCityFunction(divID,moveID,ResultID,bottonID,hiddenID,tipID)
{
     
    showBottonDivList(divID,moveID,ResultID,bottonID,hiddenID,tipID,"HR.Web.SearchResultor.GetCityFunctionList().value");
}
function getSelectcityFunction(divID,moveID,ResultID,bottonID,hiddenID,tipID)
{
     
    showBottonDivList(divID,moveID,ResultID,bottonID,hiddenID,tipID,"HR.Web.GjSearchResulter.GetcityFunctionList().value");
}
//function SearchSubmit()
//{
//   var keyword = getValueByID("keywords");
//   var workType = getValueByID("ddlWorktype");
//   var dutys = getValueByID("");
//   var wages = getValueByID("");
//   var putDate = getValueByID("");
//   var workProvince = getValueByID("");
//   var record = getValueByID("");
//   var companyNature = getValueByID("");
//   var workTime = getValueByID("");
//}


