if (typeof Product != "function") { function Product() { this.proID = null; this.weight = null; this.measure = null; this.viewItem = null; this.proIDNew = null; this.pressedFlag = null; this.featuredFlag = null; this.proName = null; this.stock = 0; this.inPrice = null; this.hardness = null; this.multFlag = null; this.proTypeCount = 0; this.imgDesc = null; this.fileList = null; this.proType = null; this.orderSEQ = null; this.origin = null; this.imgWidth = 0; this.updateDate = null; this.material = null; this.imgName = null; this.outPrice = null; this.subType = null; this.imgSrc = null; this.imgPrint = null; this.natural = null; this.prodesc = null; this.imgHeight = 0; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (WebUtils == null) var WebUtils = {}; WebUtils._path = '/dwr'; WebUtils.main = function(p0, callback) { dwr.engine._execute(WebUtils._path, 'WebUtils', 'main', p0, callback); } WebUtils.getPowerSellerImg = function(callback) { dwr.engine._execute(WebUtils._path, 'WebUtils', 'getPowerSellerImg', callback); } WebUtils.getEbayPositiveFeedback = function(callback) { dwr.engine._execute(WebUtils._path, 'WebUtils', 'getEbayPositiveFeedback', callback); } WebUtils.getSellerImg = function(callback) { dwr.engine._execute(WebUtils._path, 'WebUtils', 'getSellerImg', callback); } WebUtils.getSellerImgAltFeedback = function(callback) { dwr.engine._execute(WebUtils._path, 'WebUtils', 'getSellerImgAltFeedback', callback); }