var fDesc=new Array(); fDesc[0] = "e-PDF Converter and Creator 2.1 is an application that allows you to convert your doc files into pdf formats. This program supports PDF, EPS, PS, PCX, TIFF, JPEG, BMP and many different formats. You will be able to use this program to create high quality and searchable PDF files from any application on your computer. The program will be installed directly as a virtual printer. It is a printable application that will allow you to create professional quality PDF documents in an easy way. All you have to do to use the application is to select the e-PDF Converter and Creator when you are going to print your files and click on the OK button. Using this program, you will be able to convert your Microsoft Word, PowerPoint, AutoCAD drawings, e-mail and Excel files into PDF files. e-PDF Converter and Creator 2.1 will also allow you to save web pages in PDF format. This application supports many languages. The program also allows you to define page sizes and to use many advanced options. This program supports Windows 2000, Windows 2003 and Windows XP."; 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 = ''; } }