// Launch eSym
function LaunchSlideshow(x){
var winl = (screen.width-920)/2; 
var wint = (screen.height-620)/2; 
window.open('launch.asp?presActive=' + x,'Slideshow_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=920,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('/sys_reqs.htm','Sys_Reqs_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=420,height=200 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.htm','Program_Overview_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=520,height=500 top='+wint+',left='+winl+'')}