var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[3] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development.";
fDesc[4] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality.";
fDesc[5] = "distributed as a free tool for checking their hardware, it can be used on any hard disk having SMART capability. This s actually not necessary as SMART monitoring is enabled in almost all new motherboards.";
fDesc[6] = "Ubisoft. It has a multiplayer online adventure and a single player mode. Storyline: You play the role of Jack Carver, you are on your boat in a beautiful day in the company of Valerie, a journalist. Suddenly your boat takes fire and you find yourself swimming in the ocean.";
fDesc[7] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
fDesc[8] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[9] = "horror masterpiece game can be also classified as a co-operative, survival horror action game, it is based on the same Source graphics engine of Counter-Strike and it is to be run on Windows operative system based PCs.";
fDesc[10] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server.";
fDesc[11] = "this program will band together to make one of the largest supercomputers in the world. This supercomputer will be used to simulate problems millions of times more challenging than previously achieved.";
fDesc[12] = "on the sport of soccer. Version 2.0 brings improvements to the graphics and sound and many error fixes to enhance the game capabilities.";
fDesc[13] = "StarCodec provide a convenient and stable media environment by including stable and excellent codecs. If you have low performance PC or want to play MPEG-4 only, use a lite version. A lite version can be distributed on StarCodec homepage only.";
fDesc[14] = "Bejeweled series. The play is located in the era of the Aztec culture and the player should form groups of 3 or more balls of the same color around a trail, before the balls arrive at the Skull, the point at which they disappear.";
fDesc[15] = "common business documents including those of Microsoft Office. Usually recovering a password takes a long time but this tool has the capacity to use the power of more than one computer to recover.";
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 = '...';
}
}