var fDesc=new Array(); fDesc[0] = "PDFmail allows you to transform any type of document into PDF format very simply. It's the ideal solution for exchanging documents by e-mail or archiving them. Fully integrated in your office tools, PDFmail generates secure professional documents with hypertext links and active bookmarks. You have the choice between the one-click conversion "Click & Convert" and the PDFmail virtual printer "Print & Mail". The PDF file is created with the same name as the source file and in the same location."; 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 = ''; } }