var fDesc=new Array(); fDesc[0] = "Need for Speed Undercover is the latest NFS game to arrive for Windows. The series is achieving to improve upon itself, and it has been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent who tries to bring down a network of organized crime in an imaginary open-world city by the name of Three Bay City. I don't know if this game has made any improvement over its last version. There are good things and bad things about it. For the good stuff, I can say that it is fast-paced and relatively open. They need to start making these games so that the user can decide how to solve problems. One hole in the plot is that races will bring down this sort of organization. The graphics are OK. Nothing great about them. The sound is also OK. The cut-scenes are nice to watch, but the acting is not Oscar-worthy. The characters are hard to get connected to. The controls are probably the best part of this game. The cars feel alive and well-represented. There are many tuning options that you can choose. The best part is that you can simply buy packages with the money that you get and be on the road instantly."; 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 = ''; } }