var fDesc=new Array(); fDesc[0] = "EPUB to Kindle Converter can help you easily to convert EPUB to Kindle Books. If you have many EPUB ebooks, this tool will help you to convert common EPUB ebook to MOBI ebook easily which is supported by Kindle. Since the file structure of EPUB is incompatible with Kindle Books', Kindle can't recognize the ebook file of EPUB. You will solve this problem easily after converting EPUB to Kindle. Ordinary EPUB files (like magazine, cartoon, newspaper etc) also can be made to Kindle Books through this tool, then it will be convenient for you to read them on various Kindle Device. (Kindle, Kindle 2, Kindle 3, Kindle DX, etc)."; 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 = ''; } }