if(typeof UserMaster == "undefined") UserMaster={};
UserMaster_class = function() {};
Object.extend(UserMaster_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchPropertyByCity: function(LocationId) {
		return this.invoke("SearchPropertyByCity", {"LocationId":LocationId}, this.SearchPropertyByCity.getArguments().slice(1));
	},
	ShowPropertyDetails: function(strPropertyId) {
		return this.invoke("ShowPropertyDetails", {"strPropertyId":strPropertyId}, this.ShowPropertyDetails.getArguments().slice(1));
	},
	url: '/ajaxpro/UserMaster,NorthBloomField.ashx'
}));
UserMaster = new UserMaster_class();

