if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserName: function(sUserName) {
		return this.invoke("CheckUserName", {"sUserName":sUserName}, this.CheckUserName.getArguments().slice(1));
	},
	CheckLogin: function(sUserName, sPassword) {
		return this.invoke("CheckLogin", {"sUserName":sUserName, "sPassword":sPassword}, this.CheckLogin.getArguments().slice(2));
	},
	BuildCity: function(val) {
		return this.invoke("BuildCity", {"val":val}, this.BuildCity.getArguments().slice(1));
	},
	GetEnvprotectTag: function(val) {
		return this.invoke("GetEnvprotectTag", {"val":val}, this.GetEnvprotectTag.getArguments().slice(1));
	},
	BuildManufacturer: function(parentid, regdate) {
		return this.invoke("BuildManufacturer", {"parentid":parentid, "regdate":regdate}, this.BuildManufacturer.getArguments().slice(2));
	},
	BuildBrand: function(parentid, regdate) {
		return this.invoke("BuildBrand", {"parentid":parentid, "regdate":regdate}, this.BuildBrand.getArguments().slice(2));
	},
	BuildModule: function(parentid, regdate, display) {
		return this.invoke("BuildModule", {"parentid":parentid, "regdate":regdate, "display":display}, this.BuildModule.getArguments().slice(3));
	},
	GetLicence: function(val) {
		return this.invoke("GetLicence", {"val":val}, this.GetLicence.getArguments().slice(1));
	},
	ItemBuild: function(Type, ParentId, RegDate, HasBlank, CanInput) {
		return this.invoke("ItemBuild", {"Type":Type, "ParentId":ParentId, "RegDate":RegDate, "HasBlank":HasBlank, "CanInput":CanInput}, this.ItemBuild.getArguments().slice(5));
	},
	Rate: function(sRegDate, sManufacturer, sBrand, sModule, sVal) {
		return this.invoke("Rate", {"sRegDate":sRegDate, "sManufacturer":sManufacturer, "sBrand":sBrand, "sModule":sModule, "sVal":sVal}, this.Rate.getArguments().slice(5));
	},
	url: '/ajaxpro/AjaxMethod,App_Code.ywegy0h9.ashx'
}));
AjaxMethod = new AjaxMethod_class();

