var fDesc=new Array(); fDesc[0] = "EPubsoft Kindle PDF Converter is a professional ebook conversion tool which helps you to finish the conversion from Kindle to PDF or PDF to Kindle. Except converting Kindle Books to PDF, this software also supports to convert PDF to Kindle Books. It will recognize PDF format automatically during conversion, and convert it to the content corresponding to Kindle."; 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 = ''; } }