var fDesc=new Array(); fDesc[0] = "The Midtown Madness 2 Vehicle editor allows you to quickly and easily change any vehicles characteristics. Tune your vehicle to stop on a dime, handle like a dream and do over 650 mph!! The Midtown Madness 2 Vehicle Editor is a Windows based application with an EASY to use interface that looks and feels like the real game itself!"; 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 = ''; } }