var fDesc=new Array(); fDesc[0] = "Halo 2, the popular game of first-person shooter developed by Bungie Studios and distributed by Microsoft, is now available for Windows Vista. This is the first Live platform title for PC which is similar to the gamers community platform Microsoft developed for its Xbox 360 console.
With more than seven million copies sold in two and a half years, Halo 2 is one of the most important achievements of the videogame industry.
The game places the player in the battle between Spartan and Covenant to obtain land control, where one man, Spartan 117, is left at the forefront of the globe under the title of Master Chief. The players of Halo 2 for Windows Vista version may fight in 23 scenarios, two of which are exclusive to this release, they will also enjoy added weapons and vehicles, new multi-player maps. They will also be involved in fights against enemies on foot or with a wide range of human and alien vehicles.
This game brings customizable game modes and the ability to create and share maps, players will be able to make the most of opportunities that brings the multiplayer mode of this game, considered one of the best in history.
If you finally decided to acquire this game, congratulations! it is time to enjoy one of the best FPS of all times."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }