var fDesc=new Array(); fDesc[0] = "With the Mobipocket ebook reader you can create reading lists with digital books from your library to suit your mood or activities. Edit metadata (title, author, genre, publisher,....) for each title. Associate custom ratings. Filter, browse and use the built-in search engine to find instantly any eBook in your library. The latest version now includes advanced filtering and display options to help you locate any book in seconds. Once you find it, you can read it on your desktop or to send it to any mobile device in one click."; 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 = ''; } }