if(typeof Map == "undefined") Map={};
Map_class = function() {};
Object.extend(Map_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchItem: function(xPoint, yPoint) {
		return this.invoke("GetSearchItem", {"xPoint":xPoint, "yPoint":yPoint}, this.GetSearchItem.getArguments().slice(2));
	},
	GetDetial: function(Id) {
		return this.invoke("GetDetial", {"Id":Id}, this.GetDetial.getArguments().slice(1));
	},
	GetHouseImg: function(Id) {
		return this.invoke("GetHouseImg", {"Id":Id}, this.GetHouseImg.getArguments().slice(1));
	},
	GetDetialCom: function(Id) {
		return this.invoke("GetDetialCom", {"Id":Id}, this.GetDetialCom.getArguments().slice(1));
	},
	GetComImg: function(Id) {
		return this.invoke("GetComImg", {"Id":Id}, this.GetComImg.getArguments().slice(1));
	},
	GetCheckTitle: function() {
		return this.invoke("GetCheckTitle", {}, this.GetCheckTitle.getArguments().slice(0));
	},
	GetId: function() {
		return this.invoke("GetId", {}, this.GetId.getArguments().slice(0));
	},
	GetLink: function() {
		return this.invoke("GetLink", {}, this.GetLink.getArguments().slice(0));
	},
	GetBig: function() {
		return this.invoke("GetBig", {}, this.GetBig.getArguments().slice(0));
	},
	GetSmall: function() {
		return this.invoke("GetSmall", {}, this.GetSmall.getArguments().slice(0));
	},
	GetTwo: function() {
		return this.invoke("GetTwo", {}, this.GetTwo.getArguments().slice(0));
	},
	GetThree: function() {
		return this.invoke("GetThree", {}, this.GetThree.getArguments().slice(0));
	},
	GetViwList: function(Left, Top) {
		return this.invoke("GetViwList", {"Left":Left, "Top":Top}, this.GetViwList.getArguments().slice(2));
	},
	url: '/ajaxpro/Map,YourdpLanZhou_deploy.ashx'
}));
Map = new Map_class();

