addNamespace("waredetail_showware");
waredetail_showware_class = Class.create();
waredetail_showware_class.prototype = (new AjaxPro.Request()).extend({
	GetReturnchk: function(strName, pwd, code, callback) {
		return this.invoke("GetReturnchk", {"strName":strName, "pwd":pwd, "code":code}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/waredetail_showware,xiaotianyab2b.ashx";
	}
})
waredetail_showware = new waredetail_showware_class();


