var fDesc=new Array(); fDesc[0] = "Run a wild race through Megacity’s streets in pursuit of fame, fortune, and the title of Taxi King. Hundreds of passengers are waiting for you to take them to their destinations. Try to discover shortcuts, earn bonuses for skillful stunts, and evade the oncoming traffic in crowded thoroughfares. The game features 3D graphics and a variety of vehicles that you can use to get customers from A to B. There are bonuses for finding shortcuts and being fast. The best bonus of all is a steel tank that can be used as a cab as well."; 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 = ''; } }