function SearchCompany() {
            var s = "", c = "";
            var tourl = "job_Result_1.html";
            s = document.aspnetForm.provs.value;
            c = document.aspnetForm.citys.value;
            if (s != "" && s != "-1")
            { tourl = "job_Result_s" + s + "_1.html" }
            if (c != "" && c != "-1")
            { tourl = "job_Result_s" + s + "c" + c + "_1.html" }
            document.aspnetForm.action = tourl;
            aspnetForm.target = "_self";
            aspnetForm.submit();
            }  
    function Search() {
            var h = document.getElementById("gzhys").value;
            var b = document.getElementById("gzbms").value;
            var g = document.getElementById("gzgws").value;
            var p = document.getElementById("provs").value;
            var c = document.getElementById("citys").value;
            if (h == "" || h == null || h == "-1") {
                h = 0;
            }
            if (b == "" || b == null || b == "-1") {
                b = 0;
            }
            if (g == "" || g == null || g == "-1") {
                g = 0;
            }
            if (p == "" || p == null || p == "-1") {
                p = 0;
            }
            if (c == "" || c == null || c == "-1") {
                c = 0;
            }
            var com = escape(document.getElementById("company").value);
            var jobkey = escape(document.getElementById("keys").value);
            var url = "/gz-" + h + "-" + b + "-" + g + "-" + p + "-" + c + ".html";
            if(com!="" || jobkey!=""){
            url = "/qiye/zddtu.aspx?h=" + h + "&b=" + b + "&g=" + g + "&p=" + p + "&c=" + c + "&com=" + com + "&jobkey=" + jobkey;
            }
            window.open(url, "_blank");
        } 
 function zddk9(){
         var com = document.getElementById("company").value;
         var jobkey = document.getElementById("keys").value;
         getData555(com, jobkey);
        }

     function city_Select() {
         var hotelcity1 = document.getElementById('gzbms');
         var area_id = document.getElementById('gzgws');
         changeSelect(area_id, hotelcity1.options[hotelcity1.selectedIndex].value);
     }
