var fDesc=new Array(); fDesc[1] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears."; fDesc[2] = "garbage and improve its general performance. After the deletion you may retrieve the files safely from the bin if needed."; fDesc[3] = ", robots or even buildings. The hovercraft is fully controlled through your mouse. You move the ship by moving the mouse, and fire your weapons using the left mouse button for plain weapons or the right mouse button for more powerful weapons."; fDesc[4] = "eliminating the cluttering of your desktop that quickly will arise as you dig deeper and deeper into yourfolders and open more and more programs. Terminator offers globally available (and definable) hotkeys for closing Explorer Windows, folders and programs and for shifting between up to ten virtual desktops, and much more.Clean up with speed."; fDesc[5] = "lovers because of its ability to Extraction and Convert without the hassle found in so many other software packages. In fact, most competing products don't even include a multi-format conversion tool as a free add-in, making CD MP3 Terminator ahead of the pack already!"; fDesc[6] = ", Ogg Vorbis, VOX, Audio CD Tracks(CDA) and many others audio format."; fDesc[7] = "final journey. You will be transported to the future. The Place? Los Angeles, U.S.A. The year? 2029. Hey! That’s not THAT far from today!"; fDesc[8] = "remove hidden traces of what you've done! Once Evidence Terminator is installed, you can forget about it as it clears out damning evidence every tim"; fDesc[9] = "air-bases. Your mission is to save the nation and stay alive. Good luck, brave hero!"; fDesc[11] = "you the option either to delete or terminate some or all these cookies, or to protect and maintain these cookies."; fDesc[14] = "the future savior of humanity, John Connor from being assassinated by a T-1000 Terminator."; fDesc[15] = "terminate any process that is currently running in your system. Its main advantage is the possibility to detect different hidden processes that stay invisible for standard Windows task manager."; 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 = '...'; } }