if(typeof AJAXCollegeDept == "undefined") AJAXCollegeDept={};
AJAXCollegeDept_class = function() {};
Object.extend(AJAXCollegeDept_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDepts: function(cc) {
		return this.invoke("GetDepts", {"cc":cc}, this.GetDepts.getArguments().slice(1));
	},
	GetFaculties: function(v_dc) {
		return this.invoke("GetFaculties", {"v_dc":v_dc}, this.GetFaculties.getArguments().slice(1));
	},
	url: '/ajaxpro/AJAXCollegeDept,App_Code.ashx'
}));
AJAXCollegeDept = new AJAXCollegeDept_class();

