// Launch eSym
function LaunchSlideshow(x){
var winl = (screen.width-990)/2; 
var wint = (screen.height-620)/2; 
window.open('Presentation/eSym.html?defaultPresentation='+x,'Slideshow_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=990,height=620 top='+wint+',left='+winl+'')}

// Launch System Requirements
function LaunchSysReqs(){
var winl = (screen.width-420)/2; 
var wint = (screen.height-200)/2; 
window.open('/symposia/system-requirements.html','Sys_Reqs_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=650,height=400 top='+wint+',left='+winl+'')}

// Launch Program Overvew Window
function LaunchOverview(){
var winl = (screen.width-520)/2; 
var wint = (screen.height-500)/2; 
window.open('program_overview.html','Program_Overview_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=400 top='+wint+',left='+winl+'')}

