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] = "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[6] = "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[7] = "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[8] = ", 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[9] = "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[11] = ", Zune, Wii, Nintendo DS / GameBoy Advanced (SD Video), Mobile Phones (3GPP/3GPP2/MP4 compatible) , iRiver, Cliod CP, Palm, Archos, Creative and GPX2.";
fDesc[12] = "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[13] = "Google MySpace";
fDesc[14] = ", 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[15] = "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 = '...';
}
}