var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "lets you read and download eBooks from eBook stores very easily on your computer. For reading these ebooks on other than compute, you have to connect any device to your computer and just click on your chosen ebook."; fDesc[3] = "famous books of J.R.Tolkien. Plot: Of course that you will be able to find all the characters of the book, but in this case you will be able to be in more battles than in the film."; fDesc[4] = "the most widely used standalone readers (Kindle, SONY Reader, Cybook Gen 3, and iPhone). It supports ePub, MOBI, or LRS e-books, but it can open any TXT, HTML, RTF, ODT, or PDF document and convert it into a standard e-book."; fDesc[5] = "developed for iPhone and iPod Touch, this tool allows you to read most type of documents in your computer, including ePub, TXT, DOC, RTF, HTML, LIT, and LRF. Its conversion capabilities will then allow you to upload them to your iPhone, iPod Touch, or Kindle."; fDesc[6] = "impresses everyone is its superior speed. Even if you open multiple PDF documents or books, it will not slow down your computer. It takes a fraction of memory as compared to other high end PDF reader softwares."; fDesc[7] = "and have never liked reading on the computer. The reasons are varied. Some people say that the monitor hurts their eyes. Well, yBook attempts to solve that problem by adding a texture to the background of the reader."; fDesc[8] = "solve the mystery that is hovering over the books in his Great Uncle Argus's library, which is causing their characters to act in a strange way. To achieve this, you must solve the each of the books' puzzles"; fDesc[9] = "has a very comprehensive interface and can be used in 17 languages. You will be able to catalog physical books, as well as audio books and e-books."; fDesc[10] = ", which allows you to search any theme you are interested in, and the Verse Guide feature, whith a graphic interface which lets you find any verse quickly and easily."; fDesc[11] = "features and an improved interface. This powerful application will allow you to browse your book collection by author's name, title, publisher and many other tags."; fDesc[12] = "good for libraries where a record has to be maintained for books borrowed. In this system, all the books along with their details can be entered in many formats. The print mode is super condensed; for that reason a magnifying glass is required."; fDesc[13] = "viewer software but it is also an e-books organizer or manager. By using this advanced software you can easily read your books and you can also highlights the topics in the books which VitalSource bookshelf will remember for you."; fDesc[14] = "does give you an option to store the book information and paths in a database. However, errors and frequent slow-downs are a very irritating aspect of this program."; fDesc[15] = "latest feature of Flip Viewer. Flip Viewer Library helps the customer to easily read and organize the books by keeping them in a bookstore or some location where the user can find all the books together."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }