var fDesc=new Array(); fDesc[0] = "PowerViewer enhances Microsoft PowerPoint Viewer 2003 and provides the following slide show features in a machine supporting multi-monitor configuration:
View the slide show on a monitor while you continue working on something else on another monitor.
View different presentations on different monitors.
Run multiple shows simultaneously. Run multiple videos simultaneously.
The supported number of shows and the number of monitors is only limited by the system resources.
PowerViewer works with Microsoft PowerPoint Viewer 2007 and Microsoft PowerPoint Viewer 2003 on Windows Vista, Windows XP, Windows 2000, Windows Me and Windows 98."; 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 = ''; } }