var fDesc=new Array(); fDesc[0] = "Company of Heroes is a real-time war strategy game for Windows. The game is one of the newest of this type that features realistic units and gameplay. The last game like this that I saw was Commandos, which was more infantry based than this. Also, a recent game like this was World in Crisis, but I couldn't run that one. The game puts you in command of a small army, which you can use to carry out your missions. You are given a short briefing on the units characteristics and their weak and strong points. Company of Heroes is a 2006 game, and is a step forward in terms of graphics quality. The game also has a strong plot that feels a lot like Saving Private Ryan, maybe because the developers of the game were influenced by Steve Spielberg. All in all, the game is a cinematic-like experience with extensive missions that cover a lot of terrain in terms of playability. The graphics are stunning and the gameplay seems to be solid. A lot of care has been put into giving the user all the control that is necessary to take full use of the units that are provided."; 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 = ''; } }