var fDesc=new Array(); fDesc[0] = "Books Downloader is a free utility that allows you to download millions of books from libraries and publishers worldwide. The program supports the following formats for saving: PDF, PNG and JPG. The interface is user-friendly, consisting of a regular window with an organized structure, where you can save e-books with the help of the file browser or folder view"; 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 = ''; } }