var fDesc=new Array(); fDesc[0] = "iPubsoft CHM to PDF Converter allows you to convert help files or eBooks to PDF format smoothly without any hassle. The program features batch conversion mode that allows you to convert several CHM files in one conversion, output high quality PDF file for reading, saving and sharing without any adjustment, and more. Also, it enables you generate encrypted PDF by applying password and other security permissions."; 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 = ''; } }