if(typeof StayPoland == "undefined") StayPoland={};
if(typeof StayPoland.Web == "undefined") StayPoland.Web={};
if(typeof StayPoland.Web.WebControls == "undefined") StayPoland.Web.WebControls={};
StayPoland.Web.WebControls.ClientData_class = function() {};
Object.extend(StayPoland.Web.WebControls.ClientData_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FillDivisions: function(id) {
		return this.invoke("FillDivisions", {"id":id}, this.FillDivisions.getArguments().slice(1));
	},
	url: '/ajaxpro/StayPoland.Web.WebControls.ClientData,StayPoland.Web.WebControls.ashx'
}));
StayPoland.Web.WebControls.ClientData = new StayPoland.Web.WebControls.ClientData_class();

