var fDesc=new Array(); fDesc[0] = "Use this neat little application to browse thousands of eBooks, download the titles you like and read. It features a small bookshelf to manage your books easily. There, you can read, sort, add and remove books stored locally on your computer or those that you have downloaded from the integrated ePub library.
An eBook reader that reads the ePub format."; 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 = ''; } }