var fDesc=new Array();
fDesc[1] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent.";
fDesc[2] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles.";
fDesc[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[4] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[5] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse.";
fDesc[6] = "memory to speed up your computer. It speeds up your PC and improves application responsiveness by using flash memory and free RAM as an extra layer of performance-boosting cache for your PC. Use up to four inexpensive flash devices to speed up your system.";
fDesc[7] = "infiltrate several mafia organizations in Spain. The character played by Vince Diesel is an expert driver, so soon enough, you will be driving through the city at top speed trying to kill your targets or get from A to B faster than your competitors.";
fDesc[8] = "be told, it hasn't hit the note yet. The game features the HULK, which should be a synonym for chaos, unrest, explosions, etc. Everyone should be afraid of him, but not these people. The game is way too similar to Spiderman.";
fDesc[9] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[10] = "and celebrity voice acting. Unlike the previous game, which includes races mixed with featured minigames, Cars Mater-National in just a racing game.";
fDesc[11] = "offering various excellent recording features with different popular format support like MP3, WMA, OGG, VOX, AU, AIFF.";
fDesc[12] = "Photos is designed to make Slideshows of your pictures for you. This program is really easy to use and it creates high quality slides that you can watch on your PC or even burn to a DVD to watch on the big screen.";
fDesc[13] = "and do lots more. Optimal Archive gives the impression of zip files to be acting like windows folders, and lets the user drag and drop files between windows and the archived files.";
fDesc[14] = "against the clones. Use the mouse and keyboard to navigate, and dispatch of your enemies to reach the next level. You have a variety of weapon systems, nothing sophisticate, but powerful. Last levels require good skills and fast thinking and acting.";
fDesc[15] = "running on your machine! Set MultiSaver as your active screen saver. Configure it as you want, running one or multiple savers in ...";
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 = '...';
}
}