if(typeof Hrm == "undefined") Hrm={};
Hrm.Company_class = function() {};
Object.extend(Hrm.Company_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDropDuty: function(strTypeId, strClassId, strDefault, strCurVal) {
		return this.invoke("GetDropDuty", {"strTypeId":strTypeId, "strClassId":strClassId, "strDefault":strDefault, "strCurVal":strCurVal}, this.GetDropDuty.getArguments().slice(4));
	},
	GetMajorType: function(strTypeId, strClassId, strDefault, strCurVal) {
		return this.invoke("GetMajorType", {"strTypeId":strTypeId, "strClassId":strClassId, "strDefault":strDefault, "strCurVal":strCurVal}, this.GetMajorType.getArguments().slice(4));
	},
	url: '/ajaxpro/Hrm.Company,Hrm.ashx'
}));
Hrm.Company = new Hrm.Company_class();

