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] = "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[4] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone.";
fDesc[5] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player.";
fDesc[6] = "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[7] = "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[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] = "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[10] = ", Zune, Wii, Nintendo DS / GameBoy Advanced (SD Video), Mobile Phones (3GPP/3GPP2/MP4 compatible) , iRiver, Cliod CP, Palm, Archos, Creative and GPX2.";
fDesc[11] = ", 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[12] = "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[13] = "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.";
fDesc[14] = "Google MySpace";
fDesc[18] = ", XviD, AVI, WMV, MPEG1, MPEG2, MP4, 3GP, 3G2, 3GPP, 3GP2, RM, RMVB, MOV, SVCD, VCD, ASF, MKV and FLV formats to Nintendo Wii video.";
fDesc[20] = "long their children can use their computers or be on the Internet.";
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 = '...';
}
}