var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[2] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications."; fDesc[3] = "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[4] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[5] = "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[6] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[7] = "really easy-to-use since most of the utilities within the suite can be controlled and accessed through the Task Launcher homepage. The Works startup screen initially offers access to a calendar and contacts, but you can also view templates."; fDesc[8] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[9] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[10] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[11] = "work more efficiently and obtain better results. The package includes Word for word processing, Excel for spreadsheets, PowerPoint for presentations and OneNote for data management."; fDesc[12] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[13] = "a Swiss Army knife for everyone interested in a set of powerful network tools for everyday use."; fDesc[14] = "functionality. It works with Windows 2000 too. It also allow using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently."; fDesc[15] = "powerful tools that enable you to compose, record, edit and mix your own music. However, it is not hard to use and can even be understood by beginners."; 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 = '...'; } }