/* FILE ARCHIVED ON 1:56:06 Nov 6, 2008 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 2:32:24 May 5, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ // 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 (CountryList == null) var CountryList = {}; CountryList._path = '/TWICWebApp/dwr'; CountryList.getIsoSubsByCountry = function(p0, callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getIsoSubsByCountry', p0, callback); } CountryList.getIsoCountries = function(callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getIsoCountries', callback); } CountryList.getNcicSubsByCountry = function(p0, callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getNcicSubsByCountry', p0, callback); } CountryList.getNcicCountries = function(callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getNcicCountries', callback); } CountryList.getMappointSubsByCountry = function(p0, callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getMappointSubsByCountry', p0, callback); } CountryList.getMappointCountries = function(callback) { dwr.engine._execute(CountryList._path, 'CountryList', 'getMappointCountries', callback); }