if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.Items == "undefined") QiaoCWBW.Items={};
QiaoCWBW.Items_class = function() {};
Object.extend(QiaoCWBW.Items_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showoption: function(size, index, where) {
		return this.invoke("showoption", {"size":size, "index":index, "where":where}, this.showoption.getArguments().slice(3));
	},
	showBids: function(size, index, where) {
		return this.invoke("showBids", {"size":size, "index":index, "where":where}, this.showBids.getArguments().slice(3));
	},
	BCount: function(where) {
		return this.invoke("BCount", {"where":where}, this.BCount.getArguments().slice(1));
	},
	oCount: function(where) {
		return this.invoke("oCount", {"where":where}, this.oCount.getArguments().slice(1));
	},
	AddOption: function(itemno, ocontent) {
		return this.invoke("AddOption", {"itemno":itemno, "ocontent":ocontent}, this.AddOption.getArguments().slice(2));
	},
	url: '/ajaxpro/QiaoCWBW.Items,QiaoCWBW.ashx'
}));
QiaoCWBW.Items = new QiaoCWBW.Items_class();

