var fDesc=new Array(); fDesc[0] = "Play both sides of the story. Battle your way through New York as a cop or as a Mafia babe. Hunt down criminals, chase eyewitnesses, rob banks, fight the mob, and fortify your car with mighty weaponry from machine guns to big mean missiles. You can drive six different cars across the city. If a fight is upon you, you can use one of five different weapons to destroy your enemy. There are more than twenty missions in total that will have you kill key people as well as destroy both vehicles and property."; 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 = ''; } }