// 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 (InstallerDownload == null) var InstallerDownload = {}; InstallerDownload._path = '/dwr'; InstallerDownload.agreeTermsAndConditions = function(callback) { dwr.engine._execute(InstallerDownload._path, 'InstallerDownload', 'agreeTermsAndConditions', callback); } InstallerDownload.validateRegistration = function(p0, p1, p2, callback) { dwr.engine._execute(InstallerDownload._path, 'InstallerDownload', 'validateRegistration', p0, p1, p2, callback); }