var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[3] = "to support information. Technical data is gathered for the products supported by this tool and is used to identify the product. Product Identification is followed by display of useful support information for maintenance and troubleshooting.";
fDesc[4] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[5] = "programs are not able to detect or remove these types of viruses, but Trojan Remover will explore your computer for trojans and other intruders with similar purposes.";
fDesc[6] = "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[7] = "Ed. enables users to generate a coverage map by either manually plotting points, or using a GPS device.";
fDesc[8] = "interface is all in German. Program is equipped with malware detection module, but it does'n seem to function as it should. The main program doesn't seem to service its own purpose, leaving many obsolete files on the drives. And there are no updates available.";
fDesc[9] = "automatic Internet updates, and uses the revolutionary Norman SandBox for proactive protection against malware.";
fDesc[10] = "system-wide infections that are seemingly hard to get rid of. Since the virus has total control of your system, it often rejects the idea of being eliminated.";
fDesc[11] = "drives, network drives, and even RAM disk drives, and will build a direct access for them in the desktop. In the case of removable media (such as USB drives and CD/DVD drives), it will only add the drive to your desktop if it is present.";
fDesc[12] = "detect, remove, and prevent the installation of spyware, trojans, backdoors, adware, rootkits, and other threats. You will be able to schedule scans and automatic updates. The Main Menu has 7 buttons. Each one will let you perform different actions.";
fDesc[13] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder.";
fDesc[14] = "from your computer. It is stronger what Windows XP security. Track of used programs.";
fDesc[15] = "be verified. Save valid and invalid results as a text file.";
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 = '...';
}
}