/* FILE ARCHIVED ON 6:55:21 Aug 14, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 18:19:57 Jul 19, 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 goto(newURL) { if (newURL != "") { location.href=newURL } } function SendEMail(thisAddress) { location.href="mailto:" + thisAddress + "@cadc.uscourts.gov"; } function UpdateStatus(thisAddress) { window.status = "mailto:" + thisAddress + "@cadc.uscourts.gov"; } function popUp(url) { newwindow=window.open(url,'ELMPopUp','height=669,width=801,toolbar=0,scrollbars=0, statusbar=0, location=0,menubar=0,resizable=0,top=0, left=0'); if (window.focus) {newwindow.focus()} return false; }