// 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 (estateCommon == null) var estateCommon = {}; estateCommon._path = '/script/util'; estateCommon.list = function(callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'list', callback); } estateCommon.picLoad = function(p0, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'picLoad', p0, callback); } estateCommon.getPrePic = function(p0, p1, p2, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'getPrePic', p0, p1, p2, callback); } estateCommon.getNextPic = function(p0, p1, p2, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'getNextPic', p0, p1, p2, callback); } estateCommon.returnPhtoType = function(p0, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'returnPhtoType', p0, callback); } estateCommon.setSerialNumber = function(p0, p1, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'setSerialNumber', p0, p1, callback); } estateCommon.setEstateService = function(p0, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'setEstateService', p0, callback); } estateCommon.setVelocityEngine = function(p0, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'setVelocityEngine', p0, callback); } estateCommon.getSubArea = function(p0, callback) { dwr.engine._execute(estateCommon._path, 'estateCommon', 'getSubArea', p0, callback); }