if(typeof Pub == "undefined") Pub={};
Pub_class = function() {};
Object.extend(Pub_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMinList: function() {
		return this.invoke("GetMinList", {}, this.GetMinList.getArguments().slice(0));
	},
	GetNumber: function(desc) {
		return this.invoke("GetNumber", {"desc":desc}, this.GetNumber.getArguments().slice(1));
	},
	GetMaxList: function() {
		return this.invoke("GetMaxList", {}, this.GetMaxList.getArguments().slice(0));
	},
	Rb1_list1_CheckedChanged: function(rb, comstart, comend, comboBox3, checkBox2, checkBox3, comboBox2, comboBox4, BaicomboBox, ShicomboBox, GecomboBox, textNumbers, sort, GetTypeID) {
		return this.invoke("Rb1_list1_CheckedChanged", {"rb":rb, "comstart":comstart, "comend":comend, "comboBox3":comboBox3, "checkBox2":checkBox2, "checkBox3":checkBox3, "comboBox2":comboBox2, "comboBox4":comboBox4, "BaicomboBox":BaicomboBox, "ShicomboBox":ShicomboBox, "GecomboBox":GecomboBox, "textNumbers":textNumbers, "sort":sort, "GetTypeID":GetTypeID}, this.Rb1_list1_CheckedChanged.getArguments().slice(14));
	},
	url: '/Omission/ajaxpro/Pub,App_Code.ashx'
}));
Pub = new Pub_class();

