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] = "manage, update or personalize your TomTom GPS and thus enjoy a great and improved navigation. This tool allows you to install maps,make back ups, download free updates for the software, shop and many other things that you have never imagined.";
fDesc[3] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[4] = "and geographical capabilities using built-in user-friendly features for easy operation and exploration. The program is educational for users of all ages and for families with school-age children.";
fDesc[5] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[6] = "is just an upgrade that can be downloaded freely from Garmin´s site, but it won´t be installed unless you have a previous version in your system. Nevertheless, I´ve found out that it can be installed if you previously installed the program \"Training Center For Windows\".";
fDesc[7] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc.";
fDesc[8] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms.";
fDesc[9] = ", spyware, malware, hackers, spam, identity theft, etc. It can also offer personal firewall against unauthorized access from and to the Internet, back up our files, etc. By using TruePrevent Technologies we get double protection as it detects not only the known threats but the unknown ones as well.";
fDesc[10] = "Reader® and Acrobat.com Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files.";
fDesc[11] = "Continent of MU. You are given the choice of selecting between one of four classes, Dark Knight, Fairy Elf, Dark Wizard and Magic Gladiator, and become a daring adventurer in the quest to save the land of MU. Version 1.0.02 may include unspecified updates, enhancements, or bug fixes.";
fDesc[12] = "them, and many others. Free Translator Service from and to german, chinnese, italian, spanish, greek, arabic, dutch, portuguese, russian. It helps you to understand foreign languages.";
fDesc[13] = "great FPS action, with beautiful maps, great weapons and lots of accessories. If you are a special forces fanatic, or you are into the FPS scene, give this game a try.";
fDesc[14] = "PLAYLISTS! Along with many other updates, including bug fixes, updated code, Support for Multitrack VCDs, Support for more VCD formats, code optomisation, less cpu use, better subtitle support, including Subtitles in Fullscreen mode, and much more.";
fDesc[15] = "agent-free and zero deployment environments.";
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 = '...';
}
}