var fDesc=new Array(); fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[3] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[4] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version."; fDesc[5] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[6] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[7] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[8] = "Adobe® Premiere® Pro software. Tell your story with maximum impact using Adobe® Premiere® Pro software, the start-to-finish solution for efficient video production."; fDesc[9] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[10] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[11] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence."; fDesc[12] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando."; fDesc[13] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout."; fDesc[14] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[15] = "for amateurs (earlier this program called ScreenBlast MovieStudio). Just connect your digital or video camera to the computer to capture video tape footage. This program allows to create professional clips and films, add different effects, digital signatures..."; fDesc[16] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players."; fDesc[17] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[20] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites."; 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 = '...'; } }