var fDesc=new Array();
fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[2] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats.";
fDesc[3] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[4] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files.";
fDesc[5] = "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[6] = "Product Tour provides detailed information about HP Accessories including Docking Solutions, Expansion Accessories, Power Management and Security.";
fDesc[7] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[8] = "GetRight offers great features accelerating your downloads, synchronizing entire web sites, and handling all your downloading needs in a fast, safe and easy manner.";
fDesc[9] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[10] = "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[11] = "script, a batch file or the Task Scheduler to automate file downloads.";
fDesc[12] = "favorite website, and you are not able to get an internet connection, you can take the information of your favorite website with you using this software. In case you need to have the complete topology of the website, its scripts and the links.";
fDesc[13] = "servers. Mail merge, TLS/SSL, best MIME parser, HTML mail, ESMTP, international charsets, send without SMTP server, proxy, and more.";
fDesc[14] = "files and deletes ones no longer part of the distribution.";
fDesc[15] = "performing secure file transfer tasks, it offers comprehensive functions for managing multiple-user access.";
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 = '...';
}
}