var fDesc=new Array();
fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in.";
fDesc[2] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games.";
fDesc[3] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone.";
fDesc[4] = "Resident Evil is a very successful saga of video games (and movies too). I played Resident Evil 1, 2 and 3 and I really like them. The game was evolving with every release, improving graphics, sound and gameplay.";
fDesc[5] = "beautifully designed and is perhaps the most powerful solution for sharing media among several devices. When installed, TVersity Media Server creates a sharing service on your computer. It broadcasts a uPNP signal that can be found by any uPNP-enabled devices.";
fDesc[6] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player.";
fDesc[7] = "statement to back up. But the facts speak for themselves. Usually, you see a converter that works for the iPhone, one that converts files for playback on the XBOX 360, and one for the popular formats.";
fDesc[8] = "go where you desire. The main objective is to grab the coins located on strategic places on the board. Time is running and you have a specific number of coins to collect in order to achieve the next level.";
fDesc[9] = "the game wasn't great, but there are nice things about it. For starters, the graphics are awesome. You can ride in four different mountains and you can take any path that you want and you don't have a time limit.";
fDesc[10] = "help us convert to and from most popular audio, video, and image formats in the easiest possible way. This application features a smart graphical user interface very easy to manage, regardless of one's computer skills.";
fDesc[11] = "on your computer so that they can be watched on a Wii gaming console. The Wii has a limited playback functionality, and thus, the need for a file converter becomes paramount.";
fDesc[12] = ", cd-Rom, and Playstation 2 players that offers them a challenging hunting game experience. Players of this hunting game are challenged with 96 fast-paced hunting missions that take place across 24 simulated states and provinces of the USA.";
fDesc[13] = "extra zing. muvee Christmas stylePack is suitable for Christmas moments, winter themed pictures/videos. Just add this to your muvee Style Repository & make you Christmas & Winter Vacation out of this world";
fDesc[15] = "on the Torque Game Engine, giving it a lot of support and flexibility. It is easy for people to start using it but knowing what you are doing makes things a lot easier.";
fDesc[16] = "system from anywhere. This application will keep your connected with your home or office from anywhere. The application provides a simple step-by-step interface for configuring your system so that it can be accessed remotely from any place.";
fDesc[17] = "management part of the park which can be a little bit boring. While many other simulation games center the attention in many data menus with statistics and economic figures, this game leads us to think more about visitor’s fun and ours.";
fDesc[18] = ", Zune, Wii, Nintendo DS / GameBoy Advanced (SD Video), Mobile Phones (3GPP/3GPP2/MP4 compatible) , iRiver, Cliod CP, Palm, Archos, Creative and GPX2.";
fDesc[19] = "up-to-date cheats of PC Games, Dreamcast, PS1, PS2, PS3, DVD Games, Gamecube, N64, NES, SNES, Gameboy, Sega, Xbox cheats + Games Trainers + Games Music.";
fDesc[20] = "either streaming pictures, music and videos. Actually, I tried it and liked it, the bottom line is that perhaps is much more practical to pay the little cost for Wii Transfer and let us automate the entire process.";
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 = '...';
}
}