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] = "This version also added full support for Blu-ray AACS MKB15."; 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] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[5] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[6] = "executable file that contains a set of verification instructions. This utility is used by owners of Xbox 360 consoles to verify that their image files are patched accordingly. Xbox 360 consoles can be modified to read backup disks recorder on regular dual layer DVDs."; fDesc[7] = "any video file to fit into the handheld device of your choice (iPod, PSP, PS3, Zune, Xbox 360, and more). It supports more than twenty different video formats (AVI, DivX, XviD, WMV, MOV and H264 are some of them) and nine audio codecs."; fDesc[8] = "your XBOX and XBOX 360 games. XBOX 360 games cannot just be copied with this application, though. It is completely illegal to copy games that you don't own; just a word of advice."; fDesc[9] = "more identical game consoles through internet.Originally created for the original Xbox, it now supports Microsoft Xbox 360, Sony Playstation 2 and Playstation Portable."; fDesc[10] = ", perhaps one of the most complete programs in the field, bring this application on. A few months ago, the Xbox 360 was not able to play Xvid or Divx files, so it was needed to convert all those files to WMV for the Xbox 360 to play them."; fDesc[11] = "Microsoft Game Console. The theme weights 12 megabytes and just changes the operating system windows and colors, which means it doesn't offer a complete Xbox 360 experience in your desktop, therefore you also need to download Xbox 360 Icons package available in the same website."; fDesc[12] = "XBOX was the most popular console, there were many uses for an application like this. The main one in my opinion was to modify save games with cheats and upload them to a memory card."; fDesc[13] = "time now, and I only have good things to say about it. This application allows users of Windows Vista to stream videos of any format supported by your computer to the XBOX 360."; fDesc[14] = "quite a long time now, and I only have good things to say about it. This application allows users of Windows Media Center 2005 to stream videos of any format supported by your computer to the XBOX 360."; 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 = '...'; } }