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] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[3] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[4] = "Microsoft Office applications. It includes the following applications: Learning Essentials for Students Learning Essentials for Teachers Learning Essentials Content Development Kit It mainly contain a lot of templates to help students and teachers in school / office work."; fDesc[5] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points."; fDesc[6] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts."; fDesc[7] = "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[8] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory."; fDesc[9] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[10] = "other program for creating Open Flip Format. When we open The FlipViewer Library we can find one toolbar, one panel and one window."; fDesc[11] = "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[12] = "Excalibur. In the game you will have to solve puzzles and find hidden objects from a given list, visiting different locations such as Library of Congress, Lincoln Memorial, the Capitol Building and other places in Europe and Asia."; fDesc[13] = "will be able to create a book with any picture or image you want, adding text anywhere on the screen, edit it whenever you want and print it in a professional mode."; fDesc[14] = "CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS."; fDesc[15] = "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."; 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 = '...'; } }