var fDesc=new Array(); fDesc[1] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[2] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[3] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster."; fDesc[4] = "buffer overflow attacks. It protects your system by detecting suspicious code executions in the stack or heap section of your computer memory"; fDesc[5] = "Safeguard your personal data through a simple user friendly single click interface.Connect to the internet with total peace of mind for Free!!"; fDesc[6] = "without hampering your browsing experience."; fDesc[7] = "simple user friendly single click interface.Connect to the internet with total peace of mind for Free!!"; 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 = '...'; } }