var fDesc=new Array(); fDesc[0] = "Completely FREE PDF Writer, PDF Printer, PDF Creator or PDF Converter. It is installed as a "printer subsystem to create highest quality PDF that is distilled directly from Postscript using latest version of FREE GhostScript. With just a push of a button, virtually any Windows applications (HTML, Microsoft Word, PowerPoint, Excel, AutoCad, and More) can be converted into business quality PDF documents. The free programmatic access is available for the advanced user. A PDF Button inside Microsoft Word, PowerPoint and Excel is added to save PDF in one click!"; 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 = ''; } }