if(typeof ajax__Default == "undefined") ajax__Default={};
ajax__Default_class = function() {};
Object.extend(ajax__Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	mainLayout: function(flag) {
		return this.invoke("mainLayout", {"flag":flag}, this.mainLayout.getArguments().slice(1));
	},
	productLayoutItem: function(flag, divid, oid) {
		return this.invoke("productLayoutItem", {"flag":flag, "divid":divid, "oid":oid}, this.productLayoutItem.getArguments().slice(3));
	},
	productLayoutItem1: function(flag, divid, oid) {
		return this.invoke("productLayoutItem1", {"flag":flag, "divid":divid, "oid":oid}, this.productLayoutItem1.getArguments().slice(3));
	},
	productLayout: function(flag) {
		return this.invoke("productLayout", {"flag":flag}, this.productLayout.getArguments().slice(1));
	},
	productLayout1: function(flag) {
		return this.invoke("productLayout1", {"flag":flag}, this.productLayout1.getArguments().slice(1));
	},
	orderSearch: function() {
		return this.invoke("orderSearch", {}, this.orderSearch.getArguments().slice(0));
	},
	getSearchForm: function() {
		return this.invoke("getSearchForm", {}, this.getSearchForm.getArguments().slice(0));
	},
	searchIn: function(keys, ptccode) {
		return this.invoke("searchIn", {"keys":keys, "ptccode":ptccode}, this.searchIn.getArguments().slice(2));
	},
	url: '/ajaxpro/com22vsShopSystem.UI.myWEB.webboot.Shopping._Default,com22vsShopSystem.UI.ashx'
}));
ajax__Default = new ajax__Default_class();

