<!--
// Copyright (c) 2002, President and Fellows of Harvard College.  All rights reserved.
var BCD=5;var CDE=6;var DEF=2037;var doOnce=false;var oe=true;var counter=0;var v28="ABCDEFGHIJKLMNOPQRSTUVWXYZ";var v29='0123456789';var pt="This preview copy license expired on: ";var pt2="This preview copy license will expire on:";var ps2="Serial number: ";var ps3="This product is registered to: ";var ps4="This product has not been registered";var pn="Please enter your name";var ps="Please enter your serial number";var pk="Please enter your key code";var pnv="Invalid serial number / key code combination.\nPlease re-enter your serial number and key code.";var prn="RegName";var psn="SerialNum";var pkc="KeyCode";var pkd="99999";var v23=0;var v25=new String();var eRe="register.html";var dEre="display_reg.html";var v36=0;var v37=0;function bE(){return true;}window.onerror = bE;function browserCheck(){ var agt=navigator.userAgent.toLowerCase(); var is_major = parseInt(navigator.appVersion); var is_minor = parseFloat(navigator.appVersion); var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)); var is_ie3 = (is_ie && (is_major < 4)); var is_ie4 = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) ); var is_ie4up = (is_ie && (is_major >= 4)); var is_ie5 = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) ); var is_ie5_5 = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.5") !=-1)); var is_ie5up = (is_ie && !is_ie3 && !is_ie4);if(is_ie5up) {return true;}else {return false;}}function mainLoad(){self.focus();if(browserCheck()==false) {top.location.href='noie.html';}else {if(document.all){availW = document.body.clientWidth;availH = document.body.clientHeight;}else{availW = innerWidth;availH = innerHeight;}if((screen.availWidth<1024) && (availW<770)) {self.resizeTo(770,400);self.moveTo((screen.availWidth-770)/2, (screen.availHeight-400)/2);}if((screen.availWidth>=1024) && (availW<950)) {self.resizeTo(990,640);self.moveTo((screen.availWidth-990)/2, (screen.availHeight-640)/2);}}}function openWin(url){ myWindow = window.open( url, "theWindow", "toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,width=" + width + ",height=" + height); myWindow.focus();}function newWinResizableScroll(url, myWidth, myHeight, name){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.focus();}function newWinResizable(url, myWidth, myHeight, name){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.focus();}function newWin(url, myWidth, myHeight, name){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.focus();}function newWinCenter(url, myWidth, myHeight, name){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.moveTo(Math.floor((screen.width-myWidth)/2),Math.floor((screen.height-myHeight)/2)); myWindow2.focus();}function newWinCenterScroll(url, myWidth, myHeight, name){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, name, "toolbar=no,menubar=no,scrollbars=yes,resizable=no,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.moveTo(Math.floor((screen.width-myWidth)/2),Math.floor((screen.height-myHeight)/2)); myWindow2.focus();}function openSmallWin(url, myWidth, myHeight){ var agent = navigator.userAgent.toLowerCase(); if(agent.indexOf("msie") != -1) { myWindow2 = window.open( url, "theWindow2", "toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } else { myWindow2 = window.open( url, "theWindow2", "toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,width=" + myWidth + ",height=" + myHeight); } myWindow2.focus();}function recReading(url, myWidth, myHeight){ myWindow3 = window.open( url, "theWindow3", "toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); myWindow3.focus();}function showBio(url, myWidth, myHeight){ myWindow3 = window.open( url, "_bio", "toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight); myWindow3.focus();}function imgToggle(imgObjectName, imgObjectState) { imgObject = new Object(); imgObject = imgObjectName; imgObject.src = imgObjectState;}function showVideoAutoSmall(video_title, myWidth, myHeight){if(screen.width < 1024){window.open(video_title,"_slide_video","status=no,scrollbars=no,resizable=yes,toolbar=no,left=0,screenX=0,top=0,screenY=0,width=800,height=600"); }else{window.open(video_title,"_slide_video","status=no,scrollbars=no,resizable=yes,toolbar=no,left=20,screenX=20,top=10,screenY=10,width=" + myWidth + ",height=" + myHeight); }}function showVideo(video_title, myWidth, myHeight){window.open(video_title,"_slide_video","status=no,scrollbars=no,resizable=no,toolbar=no,left=20,screenX=20,top=10,screenY=10,width=" + myWidth + ",height=" + myHeight); }function showVideoSmall(video_title, myWidth, myHeight){window.open(video_title,"_small_video","status=no,scrollbars=no,resizable=no,toolbar=no,left=20,screenX=20,top=10,screenY=10,width=" + myWidth + ",height=" + myHeight); }function showCopyright(video_title, myWidth, myHeight){window.open(video_title,"_copyright","status=no,scrollbars=no,resizable=no,toolbar=no,left=20,screenX=20,top=10,screenY=10,width=" + myWidth + ",height=" + myHeight); }function qS( param ){ var begin,end; if(self.location.search.length>1) { begin=self.location.search.indexOf(param) +param.length+1; end=self.location.search.indexOf("&",begin); if(end==(-1)) end=self.location.search.length; return(self.location.search.substring(begin,end)); } else if(self.location.hash.length>1) { begin=self.location.hash.indexOf(param) +param.length+1; end=self.location.hash.indexOf("&",begin); if(end==(-1)) end=self.location.hash.length; return(self.location.hash.substring(begin,end)); } else return("");}function WMPsetup(WMPurl, WMPwidth, WMPheight, WMPSegmentStart, WMPSegmentStop){if(!WMPwidth) WMPwidth=320;if(!WMPheight) WMPheight=240;if(WMPSegmentStart) v36=Math.floor(WMPSegmentStart);if(WMPSegmentStop) v37=Math.floor(WMPSegmentStop);document.write ('<OBJECT ID=MediaPlayer ');document.write ('CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 ');document.write ('standby="Loading Microsoft Windows Media Player components..." ');document.write ('TYPE="application/x-oleobject" width="'+WMPwidth+'" height="'+WMPheight+'">');document.write ('<PARAM NAME="FileName" VALUE="'+WMPurl+'">');document.write ('<PARAM NAME="AutoStart" VALUE="false">');document.write ('<PARAM NAME="ShowControls" VALUE="0">');document.write ('<param name="ControlType" value="1">');document.write ('<param name="DisplayMode" value="0">');document.write ('</OBJECT>');MediaPlayer.volume=0;}function mInit(iSliderMin, iSliderMax, iSliderVal, iMType, iStartDelay){self.focus();if(browserCheck()==false) {top.location.href='noie.html';}sliderMin=iSliderMin;sliderMax=iSliderMax;sliderVal=iSliderVal;mType=iMType;startDelay=iStartDelay;current=0;chapters_current=0;clipLength=1;posTmp=0;pauseSet=false;if ((mType==1) || (mType==2)) f10(action[current].data);mouseBtnDown=false;sliderMoved = false;cB=false;document.onmousedown = mD;document.onmousemove = mM;document.onmouseup = mU;slider = sliderDiv.style;slider.xpos = sliderDiv.offsetLeft;slider.ypos = sliderDiv.offsetTop;slider.w = sliderDiv.clientWidth;slider.h = sliderDiv.clientHeight;titleForm.titles[current].selected = true;layerWrite('copyrightDiv',null,CopyrightText);layerWrite('counterDiv',null,'Loading...');if(mType==2) {MediaPlayer.CurrentPosition=posTmp=v36;clipLength=v37-v36;adjLength=clipLength/(sliderMax-sliderMin);iC1(posTmp);}setTimeout("zY();", startDelay);window.setInterval(cb,1000);}function cb(){if(mouseBtnDown==false) {posTmp=Math.floor(MediaPlayer.CurrentPosition);if(posTmp<0) posTmp=0;if (mType==2) {layerWrite('counterDiv',null,fT(posTmp-v36)+" / "+fT(Math.floor(clipLength)));mS(Math.floor((posTmp-v36)/adjLength));}else {if(!doOnce) {if(MediaPlayer.PlayState == 2) {doOnce=true;clipLength=MediaPlayer.Duration;}if(clipLength==0) clipLength=1;adjLength=clipLength/(sliderMax-sliderMin);}if(doOnce) {layerWrite('counterDiv',null,fT(posTmp)+" / "+fT(Math.floor(clipLength)));}mS(Math.floor(posTmp/adjLength));}if(MediaPlayer.BufferingProgress < 90) {layerWrite('counterDiv',null,"Buffering ("+MediaPlayer.BufferingProgress+"%)");}if ((mType==1) || (mType==2)) {iC1(posTmp);iC2(posTmp);}if (mType==2) {if(v37 !=0) f12(posTmp);}}}function layerWrite(id,nestref,text) {if(layerForeground!=null) {layerText='<font color="'+layerForeground+'" size=2 face="Courier New, Courier, mono">'+text+'</font>';}else {layerText='<font color="#FFFFFF" size=2 face="Courier New, Courier, mono">'+text+'</font>';}document.all[id].innerHTML = text;}function mD(e){if (event.button!=1) return true;mouseBtnDown=true;var x = event.x+document.body.scrollLeft;var y = event.y+document.body.scrollTop;if (x > slider.xpos && x < slider.xpos+slider.w && y > slider.ypos && y < slider.ypos+slider.h) {if(MediaPlayer.PlayState == 2) MediaPlayer.Pause();sliderMoved = true; dragObject = slider;}if (sliderMoved==true) {if (x>=dragObject.xpos && x<=dragObject.xpos+dragObject.w) {dragObject.dragOffsetX = x-dragObject.xpos;}return false;}else {return true;}}function mM(e){var x = event.x+document.body.scrollLeft;var y = event.y+document.body.scrollTop;if (sliderMoved) {if(oe) {bMoveTo = x-dragObject.dragOffsetX;if (bMoveTo > sliderMax) bMoveTo = sliderMax;if (bMoveTo < sliderMin) bMoveTo = sliderMin;slider.xpos = bMoveTo;slider.left = slider.xpos;sliderVal = slider.xpos-43;oe=false;}else {movePosTmp=Math.floor(sliderVal*adjLength);if(movePosTmp < 0) movePosTmp=0;layerWrite('counterDiv',null,fT(movePosTmp)+" / "+fT(Math.floor(clipLength)));oe=true;}cB=false;}else {cB=true;}return true}function mU(e){sliderMoved = false;mouseBtnDown=false;if(!cB) {var x = event.x+document.body.scrollLeft;var y = event.y+document.body.scrollTop;MediaPlayer.CurrentPosition=v36+movePosTmp;if (!pauseSet) { zY();}}else {cB=false;}return true;} function f12(now){if((now < v36) || (now > v37 )) {zP();f10('996');}}function mS(value) {if (value < 0) value=0;if (value > 255) value=255;++value;slider.xpos = value+sliderMin;slider.left = slider.xpos;sliderVal = slider.xpos-43;}function f8(now){for(i=0;i<MAX_ACTIONS;i++) {if((action[i].time_in <=now)&&(action[i].time_out >= now))return (i);}return (-1);}function fCt(now){for(i=0;i<MAX_CHAPTERS;i++) {if((chapters[i].time_in <=now)&&(chapters[i].time_out >= now))return (i);}return (-1);}function f10(value){if(screen.width < 1024) {slideData="small/"+value+".jpg";slideSmallImage.src = slideData;}else {slideData="large/"+value+".jpg";slideLargeImage.src = slideData;}}function iC1(now){if((action[current].time_in > now) || (action[current].time_out < now)) {tmpCurrent=f8(now);if(tmpCurrent>=0) {current=tmpCurrent;f10(action[current].data);}}}function iC2(now){if((chapters[chapters_current].time_in > now) || (chapters[chapters_current].time_out < now)) {tmpChapters=fCt(now);if(tmpChapters>=0) {chapters_current=tmpChapters;titleForm.titles[titleForm.titles.selectedIndex].selected = false;titleForm.titles[chapters_current].selected = true;}}}function fT(time) {var intHours, intMinutes, intSeconds, remainder;var strHours, strMinutes, strSeconds;intHours = Math.floor(time/3600); remainder = time - (intHours * 3600);intMinutes = Math.floor(remainder/60); intSeconds = remainder - (intMinutes * 60);if (intSeconds < 10) strSeconds = "0" + intSeconds; else strSeconds = intSeconds; if (intMinutes < 10) strMinutes = "0" + intMinutes; else strMinutes = intMinutes;if (intHours < 10) strHours = "0" + intHours; else strHours = intHours;return (strHours + ":" + strMinutes + ":" + strSeconds);}function zY(){cB=true;pauseSet=false;MediaPlayer.Play();}function zP(){cB=true;pauseSet=true;if(MediaPlayer.PlayState == 2) MediaPlayer.Pause();}function zS(){cB=true;if(MediaPlayer.PlayState != 0) {MediaPlayer.Stop();}MediaPlayer.CurrentPosition=0;}function sM (slidenum) {cB=true;MediaPlayer.CurrentPosition=posTmp=chapters[slidenum].time_in;iC1(posTmp);}function MM_reloadPage(init) {  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function MM_swapImgRestore() {  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() {  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) {  var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() {  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function showHelp(url, myWidth, myHeight){myWindow3 = window.open( url, "theWindow3", "toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,status=no,location=no,width=" + myWidth + ",height=" + myHeight);myWindow3.moveTo(10,10);myWindow3.focus();}function pageHeader(){document.write("<a onmouseover=\"window.status='Faculty Seminar Series'; return true;\" href=\""+schoolURL+"\" target=\"_blank\">");document.write("<img border=\"0\" src=\"images/"+schoolImage+"\" hspace=\"12\"></a>");}function subpageHeader(){document.write("<a onmouseover=\"window.status='Faculty Seminar Series'; return true;\" href=\""+schoolURL+"\" target=\"_blank\">");document.write("<img border=\"0\" src=\"../images/"+schoolImage+"\" hspace=\"12\"></a>");}function videopageHeader(){document.write("<a onmouseover=\"window.status='Faculty Seminar Series'; return true;\" href=\""+schoolURL+"\" target=\"_blank\">");document.write("<img border=\"0\" src=\"images/"+schoolImage+"\" hspace=\"12\"></a>");}
//-->
