addNamespace("NetWeb_Increase");
NetWeb_Increase_class = Class.create();
NetWeb_Increase_class.prototype = (new AjaxPro.Request()).extend({
	click_Catalog: function(FCatalog, callback) {
		return this.invoke("click_Catalog", {"FCatalog":FCatalog}, callback);
	},
	click_pulish: function(username, keywords, callback) {
		return this.invoke("click_pulish", {"username":username, "keywords":keywords}, callback);
	},
	checkcode: function(number, callback) {
		return this.invoke("checkcode", {"number":number}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/NetWeb_Increase,WEB_deploy.ashx";
	}
})
NetWeb_Increase = new NetWeb_Increase_class();

