if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.JobType == "undefined") Ajax.JobType={};
Ajax.JobType_class = function() {};
Object.extend(Ajax.JobType_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetJobType: function(ftype) {
		return this.invoke("GetJobType", {"ftype":ftype}, this.GetJobType.getArguments().slice(1));
	},
	url: '/ajaxpro/BLL.JobType,BLL.ashx'
}));
Ajax.JobType = new Ajax.JobType_class();

