addNamespace("WebRoot_main_topCol_top");
WebRoot_main_topCol_top_class = Class.create();
WebRoot_main_topCol_top_class.prototype = (new AjaxPro.Request()).extend({
	GetFriList: function(Friname, callback) {
		return this.invoke("GetFriList", {"Friname":Friname}, callback);
	},
	GetSecList: function(Secname, Fri_Id, callback) {
		return this.invoke("GetSecList", {"Secname":Secname, "Fri_Id":Fri_Id}, callback);
	},
	GetThiList: function(Secname, Fri_Id, callback) {
		return this.invoke("GetThiList", {"Secname":Secname, "Fri_Id":Fri_Id}, callback);
	},
	GetInforList: function(strID, callback) {
		return this.invoke("GetInforList", {"strID":strID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/WebRoot_main_topCol_top,App_Web_szl-nuni.ashx";
	}
})
WebRoot_main_topCol_top = new WebRoot_main_topCol_top_class();

