var fDesc=new Array(); fDesc[0] = "To use Herbisoft Multiple Windows for PowerPoint, you can right-click on any PowerPoint presentation file and select "Open in a separate PowerPoint window" menu item.
This loads Herbisoft Multiple Windows for PowerPoint and tells it to start a PowerPoint instance if it is not already running and load the PowerPoint presentation that you selected."; 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 = ''; } }