var fDesc=new Array(); fDesc[0] = "Kotobee Reader is your tool of choice when it comes to reading EPUB (standard-compliant) ebooks with dynamic layout. Kotobee Reader is based upon state-of-the-art HTML5 technology, and designed with user-experience at top priority. Your book content is reflowable and may extend as you like. This allows your users to set their own font sizing, having the content neatly wrap to fit the screen, and easily scrollable."; 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 = ''; } }