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