if(typeof u_Default == "undefined") u_Default={};
u_Default_class = function() {};
Object.extend(u_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserPageUpdate: function(p_strPageSetting, p_iPageLayout, p_strName, p_strNewItems) {
		return this.invoke("UserPageUpdate", {"p_strPageSetting":p_strPageSetting, "p_iPageLayout":p_iPageLayout, "p_strName":p_strName, "p_strNewItems":p_strNewItems}, this.UserPageUpdate.getArguments().slice(4));
	},
	UpdateTitle: function(p_iNo, p_strTitle, p_strName) {
		return this.invoke("UpdateTitle", {"p_iNo":p_iNo, "p_strTitle":p_strTitle, "p_strName":p_strName}, this.UpdateTitle.getArguments().slice(3));
	},
	AddList: function(p_strTitle, p_strURL, p_strDesc, p_iNo, p_strName) {
		return this.invoke("AddList", {"p_strTitle":p_strTitle, "p_strURL":p_strURL, "p_strDesc":p_strDesc, "p_iNo":p_iNo, "p_strName":p_strName}, this.AddList.getArguments().slice(5));
	},
	DelListItem: function(p_iID, p_strName) {
		return this.invoke("DelListItem", {"p_iID":p_iID, "p_strName":p_strName}, this.DelListItem.getArguments().slice(2));
	},
	ConfirmCss: function(_id) {
		return this.invoke("ConfirmCss", {"_id":_id}, this.ConfirmCss.getArguments().slice(1));
	},
	url: '/ajaxpro/u_Default,App_Web_auuqx0rx.ashx'
}));
u_Default = new u_Default_class();

