var fDesc=new Array();
fDesc[1] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[2] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks.";
fDesc[3] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls.";
fDesc[4] = "convert our FLV video files (one at a time) to AVI, MP4, or 3GP format, thus making them playable on portable players, laptops, home cinemas, or even mobile phones.";
fDesc[5] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer.";
fDesc[6] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts.";
fDesc[7] = "you want the downloads from multiple sites at the same time. It is really easy to use and to this version they added Internet Explorer 8 support.";
fDesc[8] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface.";
fDesc[9] = "open the software we can find the Menu Bar, other toolbar, and three tags they are: Library, Folders and Pages. First of all we can open or download a free ecomic from the ComicRack page, after that in the Menu Bar we can Scan ecomic folders, export comic list or open ecomic and view the last.";
fDesc[10] = "things that words can’t. To make that possible is necessary an instrument that can represent the emotions exactly like the musician meant to, and that’s what people from 4Front Technologies had in mind while developing True Pianos.";
fDesc[11] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website.";
fDesc[12] = "and video samples come supplied. In the Arranger, samples and videos can simply be dragged onto the track, looped, enhanced with effects, and modified for export. There are various synthesizer plug-ins for creating your own sounds.";
fDesc[13] = "possible to develop applications under UNIX that could be deployed as .NET Applications. This package includes GTK+, a toolkit for creating graphical user interfaces written in C.";
fDesc[14] = "search with this gadget a window will show the results as you enter your search criteria, in real time. Also, it can classify your results according to categories such as documents, music, video, etc.";
fDesc[15] = "privacy of your information. This utility helps to protect the privacy of your information; its GUI is easy and friendly to user. The repair, delete and fix of the files or registries affected by this spyware, adware or malware are not enabled for this trial version.";
fDesc[16] = ", online fraud and rootkits. The program uses standard signature-based scanning, which is supplemented by the genetic heuristic analysis in order to protect the computer from malware.";
fDesc[17] = "accessible with a single keypress, even if you work in another application. Take a look at the screenshots page to see for yourself. The basic idea in KeyNote is that you can include many separate notes within a single file. This means that you do not need to open several files - for most purposes it is enough to create only one file and hold all your notes inside it. With the addition of the tree-type notes, you now have a three-dimensional notebook: many notes within one file and a multi-level, nested pages within a single note. Optionally, KeyNote can encrypt your data securely using the Blowfish or Idea algorithms. Keynote's interface and behavior are extremely configurable. Subject to Mozilla Public License Statement.";
fDesc[18] = "installed web browser while downloading the desired files, and no matter which browser. The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc.";
fDesc[19] = "monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature.";
fDesc[20] = "dependent. The user friendly interface and the superior sound quality and the flexible routing are attractive.";
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 = '...';
}
}