var fDesc=new Array(); fDesc[0] = "Presentation Server is a software to remotelly run and control MS PowerPoint presentation from PC, notebook, iPad or any mobile device with JavaScript capable browser. This is useful when you use multimedia projector or large LCD screen in conference or meeting room. Presentation Server provides Web interface to control MS PowerPoint. The user may upload and start presentation. The server provides slide thumbnails to navigate to any slide in one click.

Main Features:

- No need to plug in/out video cables
- No need to setup resolution and inputs of projector or monitor, all setup actions shoould be made only once
- No need to plug any cables when you use WiFi
- No need to setup windows networking to upload presentation
- Restrict user access by password
- Each user can access only his/her presentations
- Users may upload their presentations while somebody making presentation at the same time
- Only admin or owner can stop current presentation
- Presenter can navigate through slides using thumbnails
- Auditory see only slides that presenter wants to show
- Several interface languages
- Easy setup - single EXE file


Requirements:

- Windows XP or later
- MS Powerpoint from Office 2003 or later(Office 2007 recommended)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }