var fDesc=new Array(); fDesc[1] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[2] = "your PC, and restore them in case there is an error, or something unexpected happens to your PC. The backups can be saved in removable devices or in hard drives. Plus you can use the Nero Backup Online to save your data and restore it from there."; fDesc[3] = "choosing a ball you wish to place in an adjacent place, and click over that place. The balls will change positions, and if they complete a row of three or more balls with the same color, the row will be cleared. You can´t move the black balls."; fDesc[5] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting."; fDesc[8] = "and spam; all of these features in just one product. With just a couple of clicks you will get an efficient solution to be protected from thousands of threats."; fDesc[9] = "lost files due to virus attacks and software faults in minutes. It supports most hard and floppy disks, digital cameras and memory cards. The program scans your computer or drive and instantly shows you deleted files in a simple and intuitive user interface."; fDesc[10] = "files deleted from hard disks, USB flash drives, CF and SD cards and other storage devices. There are advanced options like delete file search, files wiper and emergency dick image."; fDesc[11] = "head of a rescue team.You are going to face car accidents, explosions, fire and a lot of dangerous missions. In fact, you will find 20 missions and you will be able to choose between the single player mode and the free play mode."; fDesc[12] = "users who constantly are faced with applications of unknown origin, like the reviewer of this one. Once you install Spy Emergency 2008 into your computer, it will scan your files and create a snapshot of what your system looks like."; fDesc[13] = "computer. It supports Internet Explorer, Mozilla Firefox and Opera Browser."; fDesc[14] = "doctor visits. Ability to scan in documents, save studies, print emergency permission slips, charts and more."; fDesc[15] = "create a personal health record for each member and register important information for future reference. It includes a complete alarm system to help users remember appointments with doctors, medication times and any other issues regarding health."; 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 = '...'; } }