var fDesc=new Array(); fDesc[0] = "PDFcamp Printer (PDF Writer) is the quick and easy PDF creation software that converts any type of printable Windows documents, including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button. This gives users a convenient and simple way to share any type of Windows document. PDFcamp Printer (PDF Writer) installs and operates as a printer driver, making the creation of PDF documents as easy as printing. PDFcamp Printer (PDF Writer) answers the need of corporations and individuals for a low-cost, easy to implement, easy to use and fast working PDF creation solution."; 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 = ''; } }