var fDesc=new Array(); fDesc[0] = "This fourth edition of the Quake saga begins with a terrible accident on the area that separates you from your attack squad, obliging you to go through the first levels on your own.

Quake 4 keeps some of the most remarkable features of the previous version, with monitors and interactive control panels that will allow us to activate mechanisms or open doors without shifting screens, i.e. you only have to click the buttons on the monitors.

An interesting change in the development of the action is that you are not going to fight the terrible Stroggs all by yourself, since you will have the support of elite squads made up of special marines who carry with them state-of-the-art technology. A great feature in this game is that you can hear conversations between the marines and you can also interact with them. Action takes place indoors as well as outside, where you can fight using tanks.

Of course Activision goes on surprising us with the amazing graphics that make up the futuristic environment in which the action is developed. It also brings multiplayer support and the possibility to play online."; 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 = ''; } }