var fDesc=new Array(); fDesc[1] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms."; fDesc[2] = "digitalize your paper notes. It also allows to: personalize notes, insert photos and associate images with websites, make lists and reminders, set alarms and add sounds, administrate a virtual memoboard, locate notes by special searches, back up notes and memoboards, use hotkeys and more."; fDesc[3] = "a great alternative to popular torrent clients. They say that Movie Torrent allows the user to simplify the process of searching for files (movies, music, games, photos) and downloading them."; fDesc[4] = "quick batch photo resizing mode. High Quality Photo Resizer best suits for minimizing the photo size to publish pictures on the internet or for sharing them with others."; fDesc[5] = "MuseScore, because this musical score editor will simplify your work, and your results will be exceptional. The final projects can be saved in many file formats, like PDF, MID, WAV, SVG, XML, etc."; fDesc[6] = "if your DVD movie is a big one (DVD-9, DVD-10). But fortunately, there are programs like Apollo DVD Copy that will greatly simplify this process."; fDesc[7] = "downloading files from any remote FTP server. The program supports using proxies and passive connections. The program has an FTP server with many features."; fDesc[8] = "share your music with up to 30 friends. That way, the 30 friends can access the files saved in each others hard disks, and listen to that files."; fDesc[9] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection."; fDesc[10] = "and will show you step-by-step how to do it. It doesn't matter if you have cubic, quadratic or linear equations, the program is able to simplify, and calculate equations, and display the process in order to show you how to solve them."; fDesc[11] = "good choice for people who like to buy music on line, because this program can simplify the process for them, from searching until the acquisition."; fDesc[12] = "simplify the whole process of converting files. Most applications take a bit to get used to and are not really easy to use."; fDesc[13] = "installing this plug-in there appears a Filters section in Photoshop.You can take a simple photo and add artistic features that usually are characteristic for paintings, like pencil sketches, watercolor paints or gouache paints."; fDesc[14] = "classifying them. There is a possibility of simultaneous management of various formats files, for example, getting by means of Panaboard or scanner, that improves work efficiency. The Quick Image Navigator software has faster and more intuitive image handling capabilities."; fDesc[15] = "last minute changes or rework. Use WYSIWYG to create and output scaled lighting plots and lighting paperwork including fixture schedules, hookups, pipe tapes, colour and gobo lists."; 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 = '...'; } }