var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[3] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe."; fDesc[4] = "on ALL Windows systems. It works automatically on Web pages, Windows 9x/NT and Windows 2000/XP systems."; fDesc[5] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password."; fDesc[6] = "program must allow copying the password. List of programs that won't work: Windows logon screen; Windows NT services; non-standard windows applications; Web sites. Open the window with the password field and drag the magnifying glass icon from PasswordSpy to the text box with the password."; fDesc[7] = "automatically using previously saved login info. Access from toolbar, context menu. Imports IE AutoComplete entries. Easy editing of login info."; fDesc[9] = "strong encryption algorithms, so that no one can get in, unless he knows the correct password. Each user can have his own password, being assigned to a user groups, and these groups are related to a group of HTML files ensuring their limited access to pages."; fDesc[10] = "a list of protected websites. When a site is protected other computer users will be asked to enter a correct password in order to view its contents."; fDesc[11] = "Manager, Recover Passwords, Virtual Desktop, Auto Shutdown, Adjust Hidden Windows Settings, User Hotkeys, Hide/Block/Topmost Window.. And More."; fDesc[13] = "Sites, Email and notes for each one."; fDesc[14] = "is stored locally on your computer. It is NOT stored on any external server."; 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 = '...'; } }