if(typeof NetWorkLabWeb == "undefined") NetWorkLabWeb={};
NetWorkLabWeb.ImageCompare_class = function() {};
Object.extend(NetWorkLabWeb.ImageCompare_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDs: function(RoomID) {
		return this.invoke("GetDs", {"RoomID":RoomID}, this.GetDs.getArguments().slice(1));
	},
	GetItem: function() {
		return this.invoke("GetItem", {}, this.GetItem.getArguments().slice(0));
	},
	GetLab: function(item) {
		return this.invoke("GetLab", {"item":item}, this.GetLab.getArguments().slice(1));
	},
	url: '/nettest/ajaxpro/NetWorkLabWeb.ImageCompare,NetWorkLabWeb.ashx'
}));
NetWorkLabWeb.ImageCompare = new NetWorkLabWeb.ImageCompare_class();

