var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website.";
fDesc[8] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface.";
fDesc[9] = "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[10] = "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[11] = "finds and delivers relevant results from the web, news and shopping sites, blogs, your desktop, even enterprise information systems.";
fDesc[12] = ", 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[13] = "direct access to change many settings and configure the behavior you want for your operating system ordered in categories. This software is easy-to-use and you can access to it for free.";
fDesc[14] = "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[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] = "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[17] = "includes integrated online backup and restore capabilities to protect your digital photos and other irreplaceable files against damage or loss due to hard drive crashes, fire, theft, or accidental deletion.";
fDesc[18] = "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[19] = "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[20] = "called brainwave entrainment. You can sit through and experience specific sessions, each designed to stimulate a specific brainwave pattern, thereby bringing about a long-lasting change.";
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 = '...';
}
}