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] = "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[5] = "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[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] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface.";
fDesc[8] = "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[9] = "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[10] = "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[11] = "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.";
fDesc[12] = "developed in Visual Basic and you need a Visual Basic interpreter installed in your computer. You can preview the menu in your default browser by clicking a button in the tab bar.";
fDesc[13] = "objects such as text, graphics or even a built-in web browser and tell them what to do and when.";
fDesc[14] = "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[15] = "of your site. Each link on your site is superimposed with a chart indicating the number of people clicking that link.";
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 = '...';
}
}