var fDesc=new Array(); fDesc[0] = "Free DjVu to PDF is DjVu to PDF freeware designed for converting DjVu eBooks into frequently used PDF format in a batch. Working with the simple and friendly interface, you will only need two steps to complete the conversion progress: import DjVu eBooks to software and choose the files to batch convert. This powerful freeware also provides you multiple custom settings to perfect your PDFs for sharing easily."; 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 = ''; } }