var fDesc=new Array(); fDesc[1] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[2] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus."; fDesc[3] = "your system as well handles innumerable tasks.This multi-functional tool is exclusively designed to configure your Notebook or Desktop for functioning more smartly."; fDesc[4] = "and workstation models and operating systems. HP Credential Manager 2.1 provides an interface to manage identity, credential, and multi-factor authentication through the HP ProtectTools Security Manager."; fDesc[6] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment."; fDesc[7] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling."; fDesc[10] = ", Magneto-Optical disks, CD-ROMs, ZIPs, etc.) on a local Windows 95/98/Me computer."; fDesc[14] = "and parallel ports, Magneto-Optical disks, CD-ROMs, USB and FireWire drives, ZIPs, Bluetooth, etc.) on a local computer."; 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 = '...'; } }