/* FILE ARCHIVED ON 1:13:16 Sep 16, 2008 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 3:48:08 Apr 29, 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)). */ function concordPopup(XM, URL) { if (XM == "X") { msg = "The export concordance file is about 6 megabytes and it will take " + "awhile to load into Microsoft Excel or some compatible spreadsheet " + "program. So you're going to have to be patient\n" + "Continue?" } if (XM == "M") { msg = "The import concordance file is about 3 megabytes and it will take " + "awhile to load into Microsoft Excel or some compatible spreadsheet " + "program. So you're going to have to be patient\n" + "Continue?" } if (confirm(msg)) { popupWin = window.open(URL, "Dummy") } }