var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[3] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[4] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection."; fDesc[5] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[6] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself."; fDesc[7] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[8] = "of years ago than they are now, mainly because of the increased penetration of high-speed Internet services. However, WebZIP still offers some ways to justify having one of these."; fDesc[9] = "2. Advanced players can take advantage of this great and powerful tool by designing clothing, skins, and accessories, and at the same time also generating unique-looking facial features and providing their sims with amusing hair colors."; fDesc[10] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[11] = "extraction from the Internet. This program allows you to automate the data extraction process and save extracted data to whatever format you want."; fDesc[12] = "website and upload whatever you want in just a few minutes. With this incredible application you will be able to search for all the content that you need, edit it on the fly with a built-in editor and upload it directly to server via a built-in FTP"; fDesc[13] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles."; fDesc[14] = "The purpose of the collection is to provide the students with an introduction to programming concepts. You can either take this lesson on-line from the MSDN web page or you can download it to your computer. It doesn’t require any prior knowledge."; fDesc[15] = "automatically go through a whole web site and collect complete content structures such as product catalogues."; 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 = '...'; } }