var fDesc=new Array(); fDesc[0] = "Pdf 2 Djvu Converter is an open source program that enables you to convert PDF files to DJVU. The program provides features such as:
- Set of options can be stored as "profile".
- Autosave of last applied options (profile «Last start»).
- Support command line (convert PDF from Explorer's «Open with»).
- Autoname of target DJVU
- Transfer all available PDF data."; 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 = ''; } }