var fDesc=new Array(); fDesc[0] = "Halo is a first-person shooter game developed by Bungie Studios and published by Microsoft Game Studios. Halo immerses the player in a fierce war between an intergalactic space colony called Halo and some stellar alien invaders known as the Covenants.
It is the year 2552, mankind has conquered the journey through hyperspace surpassing the speed of light and because of overpopulation humans had to build colonies on other planets to live.

While your ship was being attacked, your captain ordered the immediate evacuation. You find yourself apparently alone on an uncharted territory, a place called Halo.
The player, armed with extraterrestrial technology, is facing all kinds of aliens on foot, in cars, outside and in labyrinthine fortresses.

Halo is one of the first FPS to offer the ability of throwing grenades, hitting and shooting almost at the same time putting aside the knife and grenades as special weapons.
It is worth mentioning that The Academy of Interactive Arts & Sciences Awards qualified this game as the best game of the year in its fifth awards edition of the year 2002. It is also considered one of the best games of the year for PC in 2003."; 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 = ''; } }