var fDesc=new Array(); fDesc[1] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[2] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject."; fDesc[3] = "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[4] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies."; fDesc[5] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great."; fDesc[6] = "festivals of all types, including the celebration of anniversaries and other elegant or informal events. Of course we will have a lot of variety in the paraphernalia that supposes preparing a celebration, whether in the floral subject matter, the furniture, the buffet, games..."; fDesc[7] = "applications and accounts into one archive. Once you´ve imported your emails, you can search in the database for a given word, recipient, sender, subject or attachment. You can later backup your email messages burning a CD-ROM."; fDesc[8] = "and manage, your users will love having access to those hard to understand terms."; fDesc[9] = "access to several Windows settings that aren't usually accessible to regular users, so they can customize Windows to make it more suitable for their likes and needs."; fDesc[11] = "Ecycopaedia Britannica was created by its editors, a CD-ROM compilation of quizzes derived from the world's greatest source of knowledge."; fDesc[12] = "page changes. You can be waiting for breaking news on a subject, share prices, or specific information on a subject. This utility will check automatically the web pages you want to monitor, and warn you if they have changed."; fDesc[13] = "information. You may even add or remove hidden information."; fDesc[14] = "why. To determine whether an e-mail is spam most spam filters examine a number of different rules: such as content, length, percentage of text, use of images, number of recipients, headers, sender."; fDesc[15] = "system. This system trains you, in which the repetition periods of the words continues to increase."; 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 = '...'; } }