if(typeof ICES == "undefined") ICES={};
ICES.startpg_class = function() {};
Object.extend(ICES.startpg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetParams: function(value, id) {
		return this.invoke("GetParams", {"value":value, "id":id}, this.GetParams.getArguments().slice(2));
	},
	GetMapLegend: function() {
		return this.invoke("GetMapLegend", {}, this.GetMapLegend.getArguments().slice(0));
	},
	buildLegend: function() {
		return this.invoke("buildLegend", {}, this.buildLegend.getArguments().slice(0));
	},
	FillDDl: function(RequestData, SubMeasure, Report, Location, TimePeriod, Gender, Age) {
		return this.invoke("FillDDl", {"RequestData":RequestData, "SubMeasure":SubMeasure, "Report":Report, "Location":Location, "TimePeriod":TimePeriod, "Gender":Gender, "Age":Age}, this.FillDDl.getArguments().slice(7));
	},
	GetTimePeriods: function(value1, value2) {
		return this.invoke("GetTimePeriods", {"value1":value1, "value2":value2}, this.GetTimePeriods.getArguments().slice(2));
	},
	GetMapTitle: function() {
		return this.invoke("GetMapTitle", {}, this.GetMapTitle.getArguments().slice(0));
	},
	GetFlipStatus: function() {
		return this.invoke("GetFlipStatus", {}, this.GetFlipStatus.getArguments().slice(0));
	},
	GetTopic: function() {
		return this.invoke("GetTopic", {}, this.GetTopic.getArguments().slice(0));
	},
	GetMeasure: function(value) {
		return this.invoke("GetMeasure", {"value":value}, this.GetMeasure.getArguments().slice(1));
	},
	GetSubMeasure: function(value) {
		return this.invoke("GetSubMeasure", {"value":value}, this.GetSubMeasure.getArguments().slice(1));
	},
	GetReports_AJAX: function(value) {
		return this.invoke("GetReports_AJAX", {"value":value}, this.GetReports_AJAX.getArguments().slice(1));
	},
	url: '/ajaxpro/ICES.startpg,App_Web_j0tmligf.ashx'
}));
ICES.startpg = new ICES.startpg_class();


