var fDesc=new Array(); fDesc[1] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[2] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[3] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[4] = "This amazing engine deal with compatibility problems by searching the latest genuine drives directly from the manufacturer and all them just from a single place and at the click of the mouse."; fDesc[5] = "installed as a replacement for Notepad or as a new installation. AkelPad brings interesting and practical improvements specially designed to help you in your documents editing."; fDesc[6] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[7] = "than 12 years now. Much has changed and much is going to change. The major changes have been due to the new technologies that the Internet has brought upon us and how we have more freedom to do things online."; fDesc[8] = "projects. Create highly realistic background composites with drag-and-drop simplicity, even from marginal video sources; customize virtual sets with convincing effects like virtual shadows and reflections; and output in broadcast quality to a wide range of advanced file formats."; fDesc[9] = ", fashioned after the Sequential Circuits Prophet-5, combines the sonic properties of the unique originals with the practical requirements of the present day."; fDesc[10] = "the asterisks. This could be a great tool but has three weak points. First, it's neither practical nor intuitive. Second, it has some bugs under Windows Vista. Third, it supports only Microsoft Internet Explorer."; fDesc[11] = "Gigaset USB Adapter 54.People wanting to link up their PC or notebook to a WLAN without much trouble will choose the Gigaset USB Adapter 54. Small and compact (88 x 55 x 12 mm), it will also be a practical companion for people on the move, who'll be able to dial into the Internet at any number of WLAN hotspots in cafés, hotels, and airports."; fDesc[12] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week."; fDesc[13] = "month calendar on a web page, so user avoids creating boxes, text and code lines, etc. for every month. In each and every day cell, user can directly type all the corresponding events on the screen web page calendar and set them with a single mouse click."; fDesc[14] = "program scans the website you are visiting and with only on click, you can preview and subscribe to the feed found. You only have to have a NewsGator account, because otherwise nothing will work."; fDesc[15] = "support users need, mainly those who play, or want to play, the piano or keyboard. Users are presented with an easy to use interface that provides them with exercises and animations."; 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 = '...'; } }