var fDesc=new Array(); fDesc[0] = "Convert PowerPoint is a powerful yet easy to use application that allows you to convert files to and from DOC, RTF, TXT, HTM, JPG, GIF, BMP, TIF, PNG, EMF, and WMFin a few seconds. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders. What is more, this converter utility features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. In addition to this, the application is able to repeat complex conversion tasks simply by restoring prior 'Conversion Jobs', making this process faster and saving you valuable time.. Convert PowerPoint allows you to schedule unattended conversion jobs at regular intervals, to save and restore complex conversion configurations and to automate from the command line or with the COM/ActiveX interface. All in all, if you are looking for an application that allows you to manipulate and convert your files faster and more efficiently, PowerPoint is perfect for you."; 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 = ''; } }