var fDesc=new Array(); fDesc[1] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[2] = ", 2000, XP and Vista. Its help file is really big due to the amount of information and reports you could do with it, however the most common usage is to troubleshoot stop errors (bluescreens of death)"; fDesc[3] = "and more efficient. It removes unused files from your system, allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on line activities such as your Internet history."; fDesc[4] = "us analyzing the changes made to our Windows Registry. We can download the trial version available from the developer’s website, and evaluate it for a 30-days period, after installation."; fDesc[5] = "range of features likes auto optimization, auto recovery of RAM, backup of system settings and Process List. It is also available in multiple languages like English, French, Spanish, German and many more."; fDesc[6] = "items and some hints in case you get stuck. What makes this game different from others of the kind, is that in this one you are not only supposed to be finding items and picking them up from a scene, but you also have to put them in their correct spots in other scenes."; fDesc[7] = "character has crashed in his balloon in a strange place, where you must help him to work and make more friends to get help and repair his balloon. You will have a pet that will help you to complete your tasks."; fDesc[8] = "digital images. Photo Explosion Deluxe is primarily used for three purposes: organizing photos, enhancing photos, and creating photo-based projects. The software provides powerful enhanced photo editing, photo organizing features."; fDesc[9] = "the main character (the one we control) is a man whose plain crashed in the jungle. It’s not clear who the other characters are, as the main character tells the story in the first person."; fDesc[10] = "the formatted hard disk, crashed hard disk or memory card, USB device, Zip device, Tape device, floppy disk, CD, DVD or any other media. And File Rescue Professional is very suitable to perform all these tasks."; fDesc[11] = "slowing down its performance. The primary aim of Memory Zipper is to optimize the memory management in the personal computer and ensure that the system memory is used effectively, resulting in better performance of the personal computer."; fDesc[12] = "icon image and enables you to check how much of your CPU's capacity is in use. It also allows you to change the refresh rate of the tray icon and configure the program to load on windows startup."; fDesc[13] = ", then you would wish to restart that application automatically. However, that it's not possible, isn't it? But wait, now there's a small and freeware application called WatchDOG that will do this for you in a simple, convenient and user-friendly way."; fDesc[14] = "iPod. It performs complete scan of crashed iPod and recover such as .bmp, .jpg, .jpeg, .wma, .wav, mp3."; fDesc[15] = "keep all you need. It makes a mirror of your important information and keeps it actual according scheduler."; 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 = '...'; } }