var fDesc=new Array(); fDesc[0] = "You are an ex-SWAT sniper, turned private investigator, who has succumbed to a life of crime after being set up as an international terrorist and framed by the Italian Mafia. The only way to clear your name is to hunt down the true terrorists responsible for stealing the prototype bio-weapon, Cold Zero. However, the Mafia has other plans for you and you're forced to undertake various missions within the criminal underworld, with a fate worse then death awaiting you if you fail to accept them…
Deal with your questionable “employer” while not only trying to get to the bottom of things, but also while being on the run from authorities."; 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 = ''; } }