// Launch Presentations
function LaunchPres(x){
    var winl = (screen.width-925)/2; 
    var wint = (screen.height-627)/2; 
    window.open('index.php','Slideshow_Window','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=945,height=627 top='+wint+',left='+winl+'')
}
