if(typeof methods == "undefined") methods={};
methods_class = function() {};
Object.extend(methods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	applycss: function(css, uid, cssvalue) {
		return this.invoke("applycss", {"css":css, "uid":uid, "cssvalue":cssvalue}, this.applycss.getArguments().slice(3));
	},
	getMyCss: function(uid, opt) {
		return this.invoke("getMyCss", {"uid":uid, "opt":opt}, this.getMyCss.getArguments().slice(2));
	},
	saveTextSizerIndex: function(index) {
		return this.invoke("saveTextSizerIndex", {"index":index}, this.saveTextSizerIndex.getArguments().slice(1));
	},
	getTextSizerIndex: function(index) {
		return this.invoke("getTextSizerIndex", {"index":index}, this.getTextSizerIndex.getArguments().slice(1));
	},
	RenewPatron: function(cardnumber, p) {
		return this.invoke("RenewPatron", {"cardnumber":cardnumber, "p":p}, this.RenewPatron.getArguments().slice(2));
	},
	donotshowalerts: function(list) {
		return this.invoke("donotshowalerts", {"list":list}, this.donotshowalerts.getArguments().slice(1));
	},
	donotshowsuggestion: function(list) {
		return this.invoke("donotshowsuggestion", {"list":list}, this.donotshowsuggestion.getArguments().slice(1));
	},
	doactive: function(id) {
		return this.invoke("doactive", {"id":id}, this.doactive.getArguments().slice(1));
	},
	cr2sug: function(id) {
		return this.invoke("cr2sug", {"id":id}, this.cr2sug.getArguments().slice(1));
	},
	SendwebOPACLink: function(catids, bids) {
		return this.invoke("SendwebOPACLink", {"catids":catids, "bids":bids}, this.SendwebOPACLink.getArguments().slice(2));
	},
	RenewalItem: function(barcode, brachcode, categorycode, itemtype, itemnumber, renewal, borrowerno) {
		return this.invoke("RenewalItem", {"barcode":barcode, "brachcode":brachcode, "categorycode":categorycode, "itemtype":itemtype, "itemnumber":itemnumber, "renewal":renewal, "borrowerno":borrowerno}, this.RenewalItem.getArguments().slice(7));
	},
	url: '/ajaxpro/methods,App_Code.ashx'
}));
methods = new methods_class();


