if (typeof AreaBean != "function") { function AreaBean() { this.container = null; this.name = null; this.nameLang = null; this.id = null; this.numeroSubareas = null; } } // 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 (CommonsHandler == null) var CommonsHandler = {}; CommonsHandler._path = '/dwr'; CommonsHandler.preventTimeOut = function(callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'preventTimeOut', callback); } CommonsHandler.getSql = function(p0, callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'getSql', p0, callback); } CommonsHandler.main = function(p0, callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'main', p0, callback); }