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));
	},
	intrest: function(bibid, orgid, publisher) {
		return this.invoke("intrest", {"bibid":bibid, "orgid":orgid, "publisher":publisher}, this.intrest.getArguments().slice(3));
	},
	CheckCredit: function(type) {
		return this.invoke("CheckCredit", {"type":type}, this.CheckCredit.getArguments().slice(1));
	},
	catchpubbranchdetails: function(bname, bcname, bcphone, bcemail, baddress, bcity, bstate, bcountry) {
		return this.invoke("catchpubbranchdetails", {"bname":bname, "bcname":bcname, "bcphone":bcphone, "bcemail":bcemail, "baddress":baddress, "bcity":bcity, "bstate":bstate, "bcountry":bcountry}, this.catchpubbranchdetails.getArguments().slice(8));
	},
	getpubbranchdetails: function() {
		return this.invoke("getpubbranchdetails", {}, this.getpubbranchdetails.getArguments().slice(0));
	},
	removepubbranch: function(rowid) {
		return this.invoke("removepubbranch", {"rowid":rowid}, this.removepubbranch.getArguments().slice(1));
	},
	verifyEmail: function(email) {
		return this.invoke("verifyEmail", {"email":email}, this.verifyEmail.getArguments().slice(1));
	},
	doActivateAccount: function(email, code) {
		return this.invoke("doActivateAccount", {"email":email, "code":code}, this.doActivateAccount.getArguments().slice(2));
	},
	url: '/ajaxpro/methods,App_Code.ashx'
}));
methods = new methods_class();

