var fDesc=new Array(); fDesc[0] = "Tiny eBook Reader allows you to read ebooks in several formats, is lightning fast, highly configurable and can read books of any size. Most internet connected mobile devices (cellular phones, PDAs, etc) are supported.
While on the train, bus, or while waiting in a lineup, why not those minutes to constructive use and entertainment - read on your Phone or PDA -- it's always with you. No need to carry hardcover books, or draw attention to yourself by pulling out a paperback.
Although Tiny eBook Reader supports HTML files, it is not a Web Browser. Unlike HTML and PDF formats which strive to render the same layout on every device ('electronic paper'), Tiny eBook Reader renders the document to fit your screen with your choice of layout and fonts."; 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 = ''; } }