// 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 (GestionController == null) var GestionController = {}; GestionController._path = '/rcci/dwr'; GestionController.getSeleccionLogos = function(p0, callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'getSeleccionLogos', p0, callback); } GestionController.addLogo = function(p0, callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'addLogo', p0, callback); } GestionController.removeLogo = function(p0, callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'removeLogo', p0, callback); } GestionController.getSeleccionEntidades = function(callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'getSeleccionEntidades', callback); } GestionController.getSeleccionMedios = function(callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'getSeleccionMedios', callback); } GestionController.getSeleccionEmpCrea = function(callback) { dwr.engine._execute(GestionController._path, 'GestionController', 'getSeleccionEmpCrea', callback); }