if(typeof BizAjax == "undefined") BizAjax={};
BizAjax_class = function() {};
Object.extend(BizAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClass1String: function(txtall, txtc1, txtc2, txtc3, hic1, hic2, hic3) {
		return this.invoke("GetClass1String", {"txtall":txtall, "txtc1":txtc1, "txtc2":txtc2, "txtc3":txtc3, "hic1":hic1, "hic2":hic2, "hic3":hic3}, this.GetClass1String.getArguments().slice(7));
	},
	GetClass2String: function(class1id, txtall, txtc1, txtc2, txtc3, hic1, hic2, hic3) {
		return this.invoke("GetClass2String", {"class1id":class1id, "txtall":txtall, "txtc1":txtc1, "txtc2":txtc2, "txtc3":txtc3, "hic1":hic1, "hic2":hic2, "hic3":hic3}, this.GetClass2String.getArguments().slice(8));
	},
	GetClass3String: function(class1id, class2id, txtall, txtc1, txtc2, txtc3, hic1, hic2, hic3) {
		return this.invoke("GetClass3String", {"class1id":class1id, "class2id":class2id, "txtall":txtall, "txtc1":txtc1, "txtc2":txtc2, "txtc3":txtc3, "hic1":hic1, "hic2":hic2, "hic3":hic3}, this.GetClass3String.getArguments().slice(9));
	},
	GetSearchDataString: function(keyword, txtall, txtc1, txtc2, txtc3, hic1, hic2, hic3) {
		return this.invoke("GetSearchDataString", {"keyword":keyword, "txtall":txtall, "txtc1":txtc1, "txtc2":txtc2, "txtc3":txtc3, "hic1":hic1, "hic2":hic2, "hic3":hic3}, this.GetSearchDataString.getArguments().slice(8));
	},
	AddKeywords: function(keys) {
		return this.invoke("AddKeywords", {"keys":keys}, this.AddKeywords.getArguments().slice(1));
	},
	GetKeywordsList: function(keys) {
		return this.invoke("GetKeywordsList", {"keys":keys}, this.GetKeywordsList.getArguments().slice(1));
	},
	CheckUserName: function(username) {
		return this.invoke("CheckUserName", {"username":username}, this.CheckUserName.getArguments().slice(1));
	},
	CheckShipperUserName: function(username) {
		return this.invoke("CheckShipperUserName", {"username":username}, this.CheckShipperUserName.getArguments().slice(1));
	},
	CheckToken: function(token) {
		return this.invoke("CheckToken", {"token":token}, this.CheckToken.getArguments().slice(1));
	},
	ReadTemp: function() {
		return this.invoke("ReadTemp", {}, this.ReadTemp.getArguments().slice(0));
	},
	MakeProductView: function(pid, userid) {
		return this.invoke("MakeProductView", {"pid":pid, "userid":userid}, this.MakeProductView.getArguments().slice(2));
	},
	MakeSellView: function(id) {
		return this.invoke("MakeSellView", {"id":id}, this.MakeSellView.getArguments().slice(1));
	},
	MakeBuyView: function(id) {
		return this.invoke("MakeBuyView", {"id":id}, this.MakeBuyView.getArguments().slice(1));
	},
	url: '/ajaxpro/BizAjax,App_Code.wcetvw32.ashx'
}));
BizAjax = new BizAjax_class();

