﻿/*所有的配置参数*/
var FCConfig={
//dataDomain:"hangzhou.kshot.net",//当前域名－－提供数据的域
dataDomain:"2009.kshot.net",//当前域名－－提供数据的域
mapDomain:"hangzhou.kshot.net",//图片域名
mapZoom:"1",//初始放大级别
city:"hangzhou",//取城市代码,即城市的域名
posX:"20123",posY:"18397",//初始位置
houType:"1",//取当前类型类型,1代表置换， 2代表租赁
houPrice:"",//初始价格范围
houRoom:"",//初始房间范围
houArea:"",//初始面积范围
houKind:"",//房型
houRegion:"",//初始行政区
keyWord:"",//初始搜索关键字
buildingId:"",//初始小区Id
houseId:"",//初始房源Id
mapType:"0",//地图展开类型

houseTradeUrl:"trade/house.aspx",//取置换房源数据的相对地址
houseLeaseUrl:"lease/house.aspx",//取租赁房源数据的相对地址
brokerURL:"",//取经纪人数据的相对URL地址
currCustURL:"",//当前用户信息的URL
buildingURL:"/building/DataOffer.aspx",//建筑物数据提供的URL
//listRegionLURL:"/building/DataOffer.aspx",//列出行政区域Josn格式的URL
listRegionLURL:"/datacenter/DataOffer.asp",//列出行政区域Josn格式的URL
//listBuildingURL:"/map/DataOffer.aspx",//列出行政区域Josn格式的URL
listBuildingURL:"/datacenter/DataOffer.aspx",//列出行政区域Josn格式的URL
createBuildingURL:"/com/createBuilding.do",//新建小区的URL
helperURL:"/com/createBuilding.do",//一些公用信息的URL,如:取所有城市列表

reqExpertPageURL:"http://user.kshot.net/",//申请专家的URL
reqMasterPageURL:"http://user.kshot.net/",//申请铺主的URL
buildingPageURL:"",//建筑物主页URL
brokerPageURL:"",//经纪人主页的URL
sendLeaveMsgPageURL:"",//存取留言的URL

getCityRegionCode:function(city){
  if (city=="hangzhou"){return "3301";}
  else if(city="shanghai"){return "31";}
  else if(city="beijing"){return "11";}
  else if(city="shenzhen"){return "3401";}
},

/**************************************************
* 地图上需要使用到
*................................................*/
flagColors:{"c1":"#009933","c2":"#990066","c3":"#0066CC","c4":"#FF9900","c5":"#FF9900","c6":"#FF9900","c7":"#FF9900","c8":"#FF9900","c9":"#FF9900","c10":"#FF9900","c11":"#FF9900","c12":"#FF6600"},
urlBuilding:"/building/",
urlBuildingNew:"/house/new/",
urlTrade:"/building/trade_",
urlBuildingTrade:"/building/trade.aspx?id=",
urlLease:"/building/lease_",
urlBuildingLease:"/building/lease.aspx?id=",
urlBuildingHisSec:"/building/history_",
urlBuildingHistorySec:"/building/historyrec.aspx?id=",
urlBuildingHistoryNew:"/house/new/price_",
urlBrokerHome:"/broker/",
domain:"kshot.net",
mapresDomain:"mapres.fangtuwang.com",
resDomain:"res.fangtuwang.com",
imagesDomain:"http://imgs.fangtuwang.com"
}

