var fDesc=new Array(); fDesc[1] = "non-commercial use only."; fDesc[2] = "All you have to do is select a program from the list of installed applications. It is not possible to remove all the registry entries and files, but this tool does a good job on this matter."; fDesc[3] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc."; fDesc[4] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:"; fDesc[5] = "works in real-time, and this action will protect your Windows registry. It supports zip, rar, ace, cab, chm and eml compressed files scan. This software will protect you against other viruses, malware, spyware, etc. An excellent choice for your daily work."; fDesc[6] = "enemies to save his life. You are going to plunge into the underwater world, full of dangers and adventures."; fDesc[7] = "pattern to be printed, that is in Colored Stitches or Squares, in Black and white or Colored Symbols and much more. Print more than one pattern in one page, import patterns from saved files or download them from the web site PatternsOnline.com, and get ready to cross stitch."; fDesc[8] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password."; fDesc[9] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website."; fDesc[10] = "even have to know Flash or HTML ! Customize the look and feel to match your page."; fDesc[11] = "encrypt HTML pages and place them on your web site, CD, DVD, or hard drive. You can password protect HTML and text files"; fDesc[12] = "code. Image protection-protect images."; fDesc[13] = "Encryption helps you hide the source code of HTML."; fDesc[14] = "page source code, including HTML source code, JavaScript, VBScript, text, links and graphics."; fDesc[15] = "Site Sentry to match your Web Site color scheme, Create up to 1,000 usernames and passwords, Add/ Delete/Modify and Sort users quickl"; 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 = '...'; } }