if(typeof Data_Task == "undefined") Data_Task={};
Data_Task_class = function() {};
Object.extend(Data_Task_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	missionTypeSelect: function(nodName) {
		return this.invoke("missionTypeSelect", {"nodName":nodName}, this.missionTypeSelect.getArguments().slice(1));
	},
	missionSearch: function(areaIndex, careerIndex, mType, currentPage, maxRow) {
		return this.invoke("missionSearch", {"areaIndex":areaIndex, "careerIndex":careerIndex, "mType":mType, "currentPage":currentPage, "maxRow":maxRow}, this.missionSearch.getArguments().slice(5));
	},
	url: '/ajaxpro/Data_Task,App_Web_gqkivc-2.ashx'
}));
Data_Task = new Data_Task_class();

