var fDesc=new Array(); fDesc[0] = "EzeePDF is a specialized application for quickly and easily creating Adobe Portable Document Format (PDF) documents.
This simple utility looks like a first versions of the Word but it actually saves to the PDF format. Adobe Acrobat is not required. Simply open the text or RTF file, select the line feed, page properties, font, and other options, then save it as a PDF.

Features:"; 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 = ''; } }