var fDesc=new Array(); fDesc[1] = ", 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[2] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct."; fDesc[3] = "easter eggs for the most popular games. The data has been collected from the ChEaTs software. The authors updated the cheats to include them in CheMax."; fDesc[4] = "most frequently used words, thus saving us much precious time. For security reasons, the dictionaries are encrypted; and for the same security purposes we can add those words that we do not wish to be suggested (like passwords, for instance)."; fDesc[5] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work."; fDesc[6] = ", demos, prototypes, simulations, and eLearning courses for the web, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including video created with Adobe Flash® software and native 3D content, for the greatest return on your creativity."; fDesc[7] = "open-source, meaning that it is often updated and the code is free to anyone to compile. As far as I know, this application was created because the authors felt that other to-do managers lacked many of the features that they wanted, so they created their own."; fDesc[8] = "system-wide infections that are seemingly hard to get rid of. Since the virus has total control of your system, it often rejects the idea of being eliminated."; fDesc[9] = "good for libraries where a record has to be maintained for books borrowed. In this system, all the books along with their details can be entered in many formats. The print mode is super condensed; for that reason a magnifying glass is required."; fDesc[10] = "integrity — with no technical expertise required. Thanks to a true WYSIWYG authoring environment, content authors and contributors can edit or update any website or blog without having to learn HTML."; fDesc[11] = "software. After adding a site, a tailored complaint notice or a DMCA notice can be sent."; fDesc[12] = "this software, the user can create help files using any desired editor and then compilation and manipulation can be done. HTML files can be simply created and edited with the help of this software."; fDesc[13] = "authors at different situations. Love Quotes also permits you to add new quotes, specifying their authors. It will also help you remember your important tasks and appointments, providing you with a memo to record all your important tasks."; fDesc[14] = ", award-winning guide will provide you valuable information about how to start and run a successful shareware business."; fDesc[15] = "writers and researchers who want to store their data references in a sophisticated yet easy to use database. With"; 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 = '...'; } }