// 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 (ShowMoreContactsInfo == null) var ShowMoreContactsInfo = {}; ShowMoreContactsInfo._path = '/serwis/ajax'; ShowMoreContactsInfo.setSecure = function(p0, callback) { dwr.engine._execute(ShowMoreContactsInfo._path, 'ShowMoreContactsInfo', 'setSecure', p0, callback); } ShowMoreContactsInfo.isSecure = function(callback) { dwr.engine._execute(ShowMoreContactsInfo._path, 'ShowMoreContactsInfo', 'isSecure', callback); } ShowMoreContactsInfo.moreContactsInfo = function(p0, p1, callback) { dwr.engine._execute(ShowMoreContactsInfo._path, 'ShowMoreContactsInfo', 'moreContactsInfo', p0, p1, callback); } ShowMoreContactsInfo.setBeanFactory = function(p0, callback) { dwr.engine._execute(ShowMoreContactsInfo._path, 'ShowMoreContactsInfo', 'setBeanFactory', p0, callback); } ShowMoreContactsInfo.setCommunicator = function(p0, callback) { dwr.engine._execute(ShowMoreContactsInfo._path, 'ShowMoreContactsInfo', 'setCommunicator', p0, callback); }