/* FILE ARCHIVED ON 12:01:40 Jan 16, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 5:57:16 Jul 4, 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 openViewer(pkg) { myWindow = window.open("/viewer/index.html?pkgID="+pkg, "present", 'toolbar=no,status=0,scrollbars=no,resizable=yes,location=no,width=700,height=700'); } function openLecture(lfile) { windowWidth = 340; windowHeight = 310; windowTop = ((screen.height/2)-((windowHeight+56)/2)); if(ie7) { windowHeight += 21; } myWindow = window.open("/"+lfile+".html?nocache="+Math.floor(Math.random()*999999), "present", 'toolbar=no,status=0,scrollbars=no,resizable=yes,location=no,left='+((screen.width/2)-(windowWidth/2))+',top='+windowTop+',width='+windowWidth+',height='+windowHeight); } function openMovie(vidTitle, vidName) { newWidth = 380; newHeight = 330; if(ie7) { newHeight += 21; } var features = 'toolbar=no,status=0,scrollbars=no,resizable=yes,location=no,top='+((screen.height/2)-(newHeight/2))+',left='+((screen.width/2)-(newWidth/2))+',width='+newWidth+',height='+newHeight; myWindow = window.open("/videoViewer.html?vidTitle="+vidTitle+"&vidName="+vidName, "present", features); }