if(typeof WebDGU == "undefined") WebDGU={};
WebDGU.AjaxLib_class = function() {};
Object.extend(WebDGU.AjaxLib_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProjectList: function(lType, param) {
		return this.invoke("GetProjectList", {"lType":lType, "param":param}, this.GetProjectList.getArguments().slice(2));
	},
	GetProjectRow: function(p1, p2, param) {
		return this.invoke("GetProjectRow", {"p1":p1, "p2":p2, "param":param}, this.GetProjectRow.getArguments().slice(3));
	},
	GetProjectDetail: function(param) {
		return this.invoke("GetProjectDetail", {"param":param}, this.GetProjectDetail.getArguments().slice(1));
	},
	GetProfileDetail: function(param) {
		return this.invoke("GetProfileDetail", {"param":param}, this.GetProfileDetail.getArguments().slice(1));
	},
	GetNewsArchive: function(param) {
		return this.invoke("GetNewsArchive", {"param":param}, this.GetNewsArchive.getArguments().slice(1));
	},
	GetPeopleDetail: function(param) {
		return this.invoke("GetPeopleDetail", {"param":param}, this.GetPeopleDetail.getArguments().slice(1));
	},
	url: '/ajaxpro/WebDGU.AjaxLib,WebDGU.A69.ashx'
}));
WebDGU.AjaxLib = new WebDGU.AjaxLib_class();

