var fDesc=new Array(); fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; 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] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive."; fDesc[4] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[5] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[6] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[7] = "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[8] = "and other tools that will enable you to play 99% of all the movies, music and flash files you download off the internet. WECP also includes a set of powerful filters that can enhance the video quality as well as audio quality and it comes complete with an automatic update service that will keep your computer up-to-date with the latest software upgrades as soon as they become available. WECP is clean and compact, it has no spyware / adware / or viruses, it's easy to use and even easier to install / uninstall and it's published under the GNU GPL open source license so it's 100% free. But more importantly, it was especially designed to fix the many errors and software conflicts caused by other codec packs which routinely install obsolete or overlapping codecs, and it's guaranteed to keep your to keep your computer up-to-date with the latest software upgrades."; fDesc[9] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[10] = "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[11] = "features is that you can improve its functionality through plug-ins. Winamp Essentials is a complete pack of very useful plug-ins for your player. Once you have tested them, I'm sure you will love them."; fDesc[12] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors."; fDesc[13] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more."; fDesc[14] = "sessions. The Bomb Factory BF76 (formerly, Bomb Factory 1176) offers you the world-class compressor/limiter capabilities of the classic 1176 Peak Limiter, while the BF Essentials provide a set of time-saving, trouble-solving, mixing studio utilities"; fDesc[15] = "includes integrated online backup and restore capabilities to protect your digital photos and other irreplaceable files against damage or loss due to hard drive crashes, fire, theft, or accidental deletion."; 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 = '...'; } }