// Launch Presentations
function LaunchPres(x){
    var winl = (screen.width-980)/2; 
    var wint = (screen.height-20)/2; 
    window.open('/symposia/cemornings/presentations/pres.php?pres=' + x,'Slideshow_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=980,height=620 top='+wint+',left='+winl+'')
}