var fDesc=new Array(); fDesc[1] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts."; fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[3] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do."; fDesc[4] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[5] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program."; fDesc[6] = "designed to use and experiment DJ techniques without any DJ equipment. Its modern design and user interface with skin support allows the user to handle it even under the most difficult circumstances. Its wide spectrum of features allows the home user to do all DJ work without any additional hardware."; fDesc[7] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives."; fDesc[8] = "command line. 3. Process Watch Module. 4. Connection for Ad-Watch. 5. Computer memory use has been reduced. 6. Rootkits detection and removal. 7. Support for several languages"; fDesc[10] = ", virus, hijacker,keylogger,wor ms,trojans,phishing,ma lware and other identity and personal information thieves. It also protects our children from the net intruders and criminals by blocking harmful and unsecured website."; fDesc[11] = "unauthorized access by hackers. The software finds all personal information and suggests its unrestorable erasure. Always keep on the safe side!"; fDesc[12] = "horizons and get food. Max is growing up, demanding that the meal should be more substantial."; fDesc[13] = "addictive and nice game for the absorbing pastime. A lot of levels, cool music, wonderful 3d graphic, skill levels will captivate you forever."; fDesc[14] = "effect, smart evil viruses, powerful bullets and joystick support"; fDesc[15] = "water lily to another and expand the horizons and get food. Max is growing up, demanding that the meal should be more substantial."; 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 = '...'; } }