var fDesc=new Array();
fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[2] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism.";
fDesc[3] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[4] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[5] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[6] = "speed by slowing it down or speeding it up. It depends on the linearity-accelerate technology. The program remembers the last speed when you reopen the program.";
fDesc[7] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[8] = "Web and from FTP sites. The application uses the maximum available speed for the downloads and multi-channels technology. The 'Express' appellative surname tryies to show the download high speed meaning that the application offers a download time as low as possible.";
fDesc[9] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!";
fDesc[10] = "automatically optimize your Windows registry settings wich will boost your Internet connection up to 200%.";
fDesc[11] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[12] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time.";
fDesc[13] = "those files in a high speed mode (torrent) and save them into the user hard disk. The application offers an integrated VLC Media Player (\"codec-less\", so user doesn't need to know which codecs are needed), a CD ripper, and a CD burner.";
fDesc[14] = "one provides a large number of file types for download and support different websites to download their content effectively at the full speed of your connection. So its main feature is the speed of downloads.";
fDesc[15] = "is a racing mode in which the reward is the defeated player's car. The 4.5 patch for Need For Speed High Stakes is for integration with EA Racing's new NPS2 gaming servers for High Stakes, among other things.";
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 = '...';
}
}