var fDesc=new Array(); fDesc[0] = "Midtown Madness 2 delivers even more mad-cap racing excitement with all the wild and hair-raising racing challenges you've come to expect!
Midtown Madness 2 features the single-player Crash Course mission mode where budding drivers master the tricks of Madness racing as a Hollywood Stunt Driver on location at a San Francisco movie set or as a Cabbie Trainee at the East End Cab Company School of Driving in London!"; 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 = ''; } }