// 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; dwr.engine._defaultPath = '/gfd'; if (ProductDetail == null) var ProductDetail = {}; ProductDetail._path = '/gfd'; ProductDetail.getMaterail = function(p0, callback) { dwr.engine._execute(ProductDetail._path, 'ProductDetail', 'getMaterail', p0, callback); } ProductDetail.getImg = function(p0, p1, callback) { dwr.engine._execute(ProductDetail._path, 'ProductDetail', 'getImg', p0, p1, callback); } ProductDetail.getAllColor = function(p0, callback) { dwr.engine._execute(ProductDetail._path, 'ProductDetail', 'getAllColor', p0, callback); } ProductDetail.TT = function(p0, callback) { dwr.engine._execute(ProductDetail._path, 'ProductDetail', 'TT', p0, callback); } ProductDetail.getColor = function(p0, callback) { dwr.engine._execute(ProductDetail._path, 'ProductDetail', 'getColor', p0, callback); }