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] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems."; fDesc[3] = "This version also added full support for Blu-ray AACS MKB15."; 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] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth)."; fDesc[6] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices."; fDesc[7] = "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[8] = "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[9] = "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[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] = "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[13] = "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."; fDesc[14] = "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[15] = "almost any video format into WMV, which is (was) the main format for playback on the XBOX 360, the Zune, and other media devices. Encode 360 encodes all the files using Windows Media Encoder, which assures you that all the files will be Microsoft WMV compliant."; 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 = '...'; } }