var fDesc=new Array(); fDesc[0] = "The software supports such features of the PDF format as paper size, resolution, orientation, compatibility, fonts embedding, live hyperlink, embedded images, formulas, tables, figures, 40-bit and 128-bit encryption, password protection, document usage control, document metadata, automatic output and batch conversion. With Easy PDF Creator Plug-ins, existing PDF documents can be easily converted into HTML, RTF, TXT format with a minimum loss of information while preserving the layout and graphics of the original documents. All useful plug-ins are included in the software package, and new ones will be published on the website for download free of charge."; 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 = ''; } }