var fDesc=new Array();
fDesc[1] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website.";
fDesc[2] = "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[3] = ", 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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "in your hands. So you can modify any or all settings listed in Internet Tweak to control the behavior of various internet related applications and you can optimize your system and internet related applications to boost the speed of internet, so you will get best peak performance.";
fDesc[9] = "of water effects which can be very easily configured to match the user's needs and requirements. The Different types of water effects include Rain,Ripple and water which can be customized only in the full version.";
fDesc[10] = "through QUCS´ graphical user interface (GUI). To do that, you can select eeach required component from the wide library the program has.";
fDesc[11] = "choose), it also enables you to navigate between and select any of the windows with your mouse, which seems to be usefull for the developer and maybe you.";
fDesc[12] = "PDF creator. The program refuses to open the protected document if the viewer didn't install the required license on his computer.";
fDesc[13] = "and still does, but the problem is that it is not as user friendly as you expect. There are many other built-in functions, which will enable you to do much more than just the starting process. These functions are Rename, Copy, End Process, Delete and Make Dir.";
fDesc[14] = "GimPhoto window into single user interface. To make it confusion free for the users. This software solved the most needed requirement for the Gimp and GimPhoto users. The software works in stable manner for most systems.";
fDesc[15] = "such as YouTube, MySpace, Google Video, Metacafe, etc. in a smooth and safe manner, and watch them or save them. FLV player and video converter (to Windows WMV video format) are included in the application.";
fDesc[16] = "create screensavers and greeting messages with professional quality. You can select any image you want, as well as pieces of text, 3D objects and more. Add your favorite music so you can listen and watch exactly what you want.";
fDesc[17] = "language. This lesson on video format will guide you step by step in creating a Visual Basic project, designing and creating the user interface, and testing your program. In about 10 minutes, you’ll have your first application up and running, in this case, a Web browser.";
fDesc[18] = "dependent. The user friendly interface and the superior sound quality and the flexible routing are attractive.";
fDesc[19] = "by default over almost any Linux installation: to have multiple Desktops, with totally independent backgrounds and options. ManageDesk is very easy to set up at first time thanks to its Configuration Wizard.";
fDesc[20] = "Evolution of competing trading strategies through genetic programming and market pricing dynamics collectively generate trading signals.";
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 = '...';
}
}