var fDesc=new Array();
fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[2] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007.";
fDesc[3] = "use.Support eleven languages, automatically detect the language system.Provides quick operation guide in nine language format.Technical on web site.Free technical support for our products.Language selection can be the native or English.Selection for different image input interface.Capture photo on the control panel.Software snapshot function.Easy installation for application and driver.Support link to Microsoft NetMeeting.Support remote access of security control.Support remote access over the local network.Video CommunicationMPEG real time compressionVideo Surveillance over Internet";
fDesc[4] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[5] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc.";
fDesc[6] = "fast, easy and secure password management. One 'Master Password' is all that is needed to access all your passwords.";
fDesc[7] = "computer for malicious programs such as viruses, Trojans, backdoor programs, worms, malware etc. Furthermore it monitors every action executed by the user or the operating system and takes prompt action when a malicious program is detected.";
fDesc[8] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more.";
fDesc[9] = "Engine installs into your system and your installed web browsers. It verifies the websites that you visit and subtly tells you whether they have been verified by Comodo and deemed safe for you to visit. The application does so in a rather unorthodox fashion.";
fDesc[10] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:";
fDesc[11] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more.";
fDesc[12] = ", spyware and other Internet security threats. Our managed service includes access to our \"Security Center\" web portal.";
fDesc[13] = "which, working together can help you to keep your computer running fast and safe. This index-like tool will organize the wide variety of options available into what is so called “packages,” so you can gather all the required “pieces” without losing much of your precious time.";
fDesc[14] = "vulnerability exposed in Microsoft Security Bulletin MS08-058, which said that roughly as follows: Resolves reported vulnerabilities in displaying information. These vulnerabilities could allow to display information or remote code execution if a user views a special part of a Web page using IE.";
fDesc[15] = "Office 2007 File Formats. This information includes file information and display options. This update knowledge base 955936 is for all users who have Microsoft Office System 2007.";
fDesc[16] = "site (Internet Explorer Only).Works on every windows system.When you need your password back, you need Password Discovery!";
fDesc[17] = "replacement for Internet explorer. It displays page-rank and Alexa information for any web-page you are visiting.";
fDesc[18] = "available to automatically fill your favorite web site forms. This tool does not only save time, but also avoids the need of trying to remember passwords and user names.";
fDesc[19] = "database that allows you to submit your web site to the Internet's biggest search engines and directories and request domain whois information.";
fDesc[20] = "vulnerable to attacks. Identifying vulnerabilities such as SQL Injection and Cross-Site Scripting (XSS).";
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 = '...';
}
}