var fDesc=new Array(); fDesc[0] = "With this program you can convert your PDF files into Kindle friendly .mobi format. With the conversion of your PDF e-books into Kindle formats, you will gain access to various Kindle specific features, which are not available in the PDF mode, like text to speech and notes."; 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 = ''; } }