var regionIds=[];var businessIds=[];var curTradeTypeId=10032;var lastoverObj=null;var lastclickObj=null;var cachedResult=[[1969,"增城市",[113.81,23.13]],[1970,"从化市",[113.81,23.13]]];var indexResult=new Array([1958,[0,1]]);var cachedRegion=new Object();var city_id=0;$(document).ready(function(){if(login.type()==login.def._PERSON){display("person")}else{if(login.type()==login.def._ORG){display("org");goOrgManager()}else{display()}}city_id=0;showMarketAndNetmktCategory();var a="/service/do/site/yellowpage/IPLocater/GetCity";var b=null;$.getDS(a,b,function(e){var d=e.result;var c=d.city_name;var f=d.city_id;bindCityList(f,c)})});function findCach(a){for(var b=0;b<indexResult.length;b++){if(indexResult[b]==a){return cachedResult[b]}}}function bindCityList(c,b){if(b.lastIndexOf("市")==b.length-1){b=b.substring(0,b.length-1);b=b+"站"}city_id=c;$("#city")[0].innerHTML=b;$("#city").attr("city_id",c);if(city_id>0){var a="/service/do/site/yellowpage/Region/GetChildren";var d="region_id="+city_id;$.getDS(a,d,function(e){bindTown(e.result)});$("#allRegion").click()}}function clickBusiness(a){businessIds=[];businessIds.push(a.id);SearchOrgList();if(lastclickObj){lastclickObj.removeClass().addClass("region_default")}$(a).removeClass().addClass("region_click");lastclickObj=$(a)}var isClick=false;function clickSearch(){SearchOrgList()}function clickInput(){isClick=true}function mouseOver(){var a=$("#bstr").val();if(a=="关键字"){$("#bstr").val("")}}function mouserLeft(){var a=$("#bstr").val();if(a==""){if(!isClick){$("#bstr").val("关键字")}}}function clickOrg(f){var g=f.parentNode;var d=g.getAttribute("login_name");var e=g.getAttribute("app_id");if(e==2||e==3){var c="/site/subsite/modules/org_site/def/org_index.html?oln="+d;$(f).attr("href",c)}else{if(e==4){var b=g.getAttribute("ecity_id");if(b&&b>0){var a=g.id;var c="/portal/modules/greenmkt/index.html?orgId="+a+"&ecity_id="+b;$(f).attr("href",c)}else{var c="/site/subsite/modules/org_site/def/org_index.html?oln="+d;$(f).attr("href",c)}}else{if(e==1){$(f).attr("href","")}}}}function clickCity(){businessIds=[];regionIds=[];regionIds.push(city_id);searchOpenOrgList();SearchOrgList("")}function showRegion(c){var d=$(c).attr("id");if(lastoverObj){if(lastclickObj&&(lastclickObj.attr("id")==lastoverObj.attr("id"))){lastoverObj.removeClass().addClass("region_click")}else{lastoverObj.removeClass().addClass("region_default")}}$(c).removeClass().addClass("region_over");lastoverObj=$(c);if(cachedRegion[d]){bindBuisArea(c,cachedRegion[d]);return}var a="/service/do/site/yellowpage/Region/GetChildren";var b="region_id="+d;$.getDS(a,b,function(e){bindBuisArea(c,e.result)})}function clickRegion(c){if(lastclickObj){lastclickObj.removeClass().addClass("region_default")}$(c).removeClass().addClass("region_click");lastclickObj=$(c);if($(c).attr("id")=="allRegion"){clickCity();$("#business").hide();if(lastoverObj){lastoverObj.removeClass().addClass("region_default")}return}$("#business").show();var b=findCach(c.id);regionIds=[];businessIds=[];regionIds.push(c.id);if(b){bindTown(b)}else{var a="/service/do/site/yellowpage/Region/GetChildren";var d="region_id="+c.id;$.getDS(a,d,function(e){bindBuisArea(c,e.result);searchOpenOrgList();SearchOrgList()})}}function switchCity(){$("#switch").show()}function sureSwitch(g){if(g){var h=$("#country")[0].value;var f=$("#province")[0].value;var a=$("#scity")[0].value;var d=[];d.push(h);d.push(f);d.push(a);var e=[];e.push($("#country option[selected]").text());e.push($("#province option[selected]").text());e.push($("#scity option[selected]").text());if(d[2]>0){bindCityList(d[2],e[2])}else{if(d[1]>0){var b=new RegExp("上海市|北京市|天津市|重庆市|香港特别行政区|澳门特别行政区|台湾省");if(b.test(e[1])){bindCityList(d[1],e[1]);if(d[2]>0){$("#townRegion a[@id="+d[2]+"]").click()}}else{if(d[2]>0){bindCityList(d[2],e[2])}}}}}$("#switch").hide()}function getCond(){var c;if(businessIds.length>0){c=businessCircle.join(",")}else{c=regionIds.join(",")}var a=[];a.push("region_id="+c);a.push("dir_id="+curTradeTypeId);var b=$("#bstr").val();b=b=="关键字"?"":b;a.push("key="+encodeURIComponent(b));return a.join("&")}function searchOpenOrgList(){var a="/service/do/site/yellowpage/SearchOrg/Search";var b=getCond()+"&open_status=2&pageSize=-1";$("#openOrgList").html("");$.getDS(a,b,function(c){if(c.result&&c.result.length>0){$.each(c.result,function(e,f){var g=$("#openOrgTmpl").find("div").clone();g.find("span[name='org_name']").html($.strCut(f.name,12)).attr("title",f.name);var d="/portal/modules/tmplctrl.html?org_id="+f.org_id;g.find("a[name='site_url']").attr("href",d);g.appendTo($("#openOrgList"))})}else{$("#openOrgList").html($("#noOrgMode").html())}})}function SearchOrgList(a){if(!isClick&&a=="关键字"){a=""}getOrgListCount()}function bindTown(a){var d=$("#townRegion")[0];d.innerHTML="";$("#business_list").hide();$("#business").hide();var c=$("#regionMode").html();var b=[];if(a.length>0&&c.length>0){$.each(a,function(e,f){var g=c;g=g.replace("${id}",f.id);g=g.replace("${name}",f.name);b.push(g)});d.innerHTML=b.join("")}}function bindBuisArea(b,a){var d=$(b).attr("id");$("#business_list").html("");$("#business").show();$("#business_list").show();if(cachedRegion[d]){$("#business_list").html(cachedRegion[d])}else{if(a.length>0){$.each(a,function(e,f){var g=$("#areaMode").clone();var h=f.id;g.attr("id",h);if(lastclickObj&&lastclickObj.attr("id")==h){g.removeClass().addClass("region_click");lastclickObj=g}g.text(f.name);g.show();g.appendTo($("#business_list"))});$("#business").show()}else{var c=$("#noAreaMode").clone();c.show();c.appendTo($("#business_list"))}}if(!cachedRegion[d]){cachedRegion[d]=$("#business_list").html()}}function getOrgListCount(){pageNum=1;pageSize=8;$("#pageNum").hide();var b=getCond()+"&open_status=1";var a="/service/do/site/yellowpage/SearchOrg/SearchCount";$.getDS(a,b,function(e){var c=e.result;if(c>0){$("#pageNum").show();pageBar(c,pageSize,pageNum,$("#pageNum"),function(f){pageNum=f;bindingOrgList(pageSize,pageNum,b)})}else{$("#org_list").html("");$("#pageNum").hide();var d=$("#noOrgMode").clone();d.show();d.appendTo($("#org_list"))}})}function bindingOrgList(a,c,d){var b="/service/do/site/yellowpage/SearchOrg/Search";$.getDS(b,d+"&pageSize="+a+"&pageNum="+c,function(g){var h=$("#org_list")[0];h.innerHTML="";var f=$("#org_mode").html();var e=[];if(g.result.length>0){$.each(g.result,function(k,l){var m=f;m=m.replace("${id}",l.org_id);m=m.replace("${login_name}",l.login_name);m=m.replace("${app_id}",l.app_id);m=m.replace("${ecity_id}",l.ecity_id);m=m.replace("${title}",l.name);m=m.replace("${name}",$.strCut(l.name,10));var j="/portal/modules/tmplctrl.html?oln="+l.login_name+"&org_id="+l.org_id;if(l.ecity_id&&l.ecity_id>0){j+="&ecity_id="+l.ecity_id}m=m.replace('href=""',"href='"+j+"'");e.push(m)})}else{e.push($("#noOrgMode").html())}h.innerHTML=e.join("")})}function foo1(){window.setTimeout(function(){closeChristmas()},5000)}var showTime=null;var closeTime=null;function closeChristmas(){var b=$("#christmas_adv");var a=200;clearInterval(showTime);clearInterval(closeTime);closeTime=setInterval(function(){a-=5;if(a<=0){a=1;b.hide();clearInterval(closeTime)}b[0].style.height=a+"px"},10);$("#show_adv").show()}function showChristmas(b){if(b){closeTime=window.setTimeout(function(){closeChristmas()},5000);return}var c=$("#christmas_adv");c.show();var a=0;clearInterval(closeTime);clearInterval(showTime);showTime=setInterval(function(){a+=5;if(a>200){a=200;clearInterval(showTime);closeTime=window.setTimeout(function(){closeChristmas()},5000)}c[0].style.height=a+"px"},10);$("#show_adv").hide()}function arrContainsVal(a,b){if(a&&a.length>0){for(index in a){if(a[index]==b){return true}}return false}return false};