var fDesc=new Array(); fDesc[0] = "The program can convert PDF files into the EPUB eBook format. The converted files maintain the layout of the original document. The program is easy to use, with the drag-and-drop support. It is also capable of removing the DRM protection of EPUB files. It can also accept other formats such as AZW, Mobi, and PRC as input."; 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 = ''; } }