// 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 (ImageService == null) var ImageService = {}; ImageService._path = '/esuite/dwr'; ImageService.cropImage = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(ImageService._path, 'ImageService', 'cropImage', p0, p1, p2, p3, p4, p5, p6, p7, callback); }