var fDesc=new Array();
fDesc[1] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[2] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[3] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)";
fDesc[4] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free.";
fDesc[5] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[6] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run.";
fDesc[7] = "The program can protect you from other ARP exploits and provide you with direct links to know your Internet IP, and links to online speedometer, virus and spy-ware scanners.";
fDesc[8] = ", servers, and networks. This incredible program provides most of the information you need to know about your hardware, software and other devices.";
fDesc[9] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[10] = "malicious software running on your computer, stealing your personal information and showing you annoying Popups, Advertisements and making your computer slower day by day.";
fDesc[11] = "PCs, servers, and networks. This incredible program provides most of the information you need to know about your hardware, software and other devices.";
fDesc[12] = "multiple functions and options, it came with 4 stereo tracks, 16 Midi tracks, plug-ins for the effects, video sync, aux buses and others. This tool provides the facility to create music files to share them with anybody.";
fDesc[13] = "advanced mode. It is considered to be the most award winning collection of data and analysis software. Data studio allows the users to watch the science unfold in front of them in real time with data collection, graphing, and analysis.";
fDesc[14] = "Worms, Trojans, ad-wares, Mal-wares and Spy-wares form your computer and/or from removable drives. Just by a single click you can scan your whole system.";
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 = '...';
}
}