if(typeof Wke == "undefined") Wke={};
if(typeof Wke.Presentation == "undefined") Wke.Presentation={};
if(typeof Wke.Presentation.WebControls == "undefined") Wke.Presentation.WebControls={};
Wke.Presentation.WebControls.EditionsCalendarControl_class = function() {};
Object.extend(Wke.Presentation.WebControls.EditionsCalendarControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadNumberComboSearch: function(codrev, ano, id) {
		return this.invoke("LoadNumberComboSearch", {"codrev":codrev, "ano":ano, "id":id}, this.LoadNumberComboSearch.getArguments().slice(3));
	},
	LoadNumberSearch: function(div, numero, codrev, id) {
		return this.invoke("LoadNumberSearch", {"div":div, "numero":numero, "codrev":codrev, "id":id}, this.LoadNumberSearch.getArguments().slice(4));
	},
	LoadDateSearch: function(div, fecha, codrev, id) {
		return this.invoke("LoadDateSearch", {"div":div, "fecha":fecha, "codrev":codrev, "id":id}, this.LoadDateSearch.getArguments().slice(4));
	},
	LoadCalendar: function(div, year, month, codrev, minyea) {
		return this.invoke("LoadCalendar", {"div":div, "year":year, "month":month, "codrev":codrev, "minyea":minyea}, this.LoadCalendar.getArguments().slice(5));
	},
	ComposeUrlParams: function(doc, altpage, datenew, datedoc, year, month, idcontrol) {
		return this.invoke("ComposeUrlParams", {"doc":doc, "altpage":altpage, "datenew":datenew, "datedoc":datedoc, "year":year, "month":month, "idcontrol":idcontrol}, this.ComposeUrlParams.getArguments().slice(7));
	},
	url: '/ajaxpro/Wke.Presentation.WebControls.EditionsCalendarControl,Wke.Presentation.ashx'
}));
Wke.Presentation.WebControls.EditionsCalendarControl = new Wke.Presentation.WebControls.EditionsCalendarControl_class();

