var fDesc=new Array(); fDesc[0] = "Follow the map which is shown to the left and drive the bus to pick and drop the passengers within a minute and earn scores. Follow the arrow to reach the destination of the passengers.
Features:
5 Buses, 5 Cities
6 Lethal Weapons
6 Different Types of Missions
Highly Destructible Environments
Extremely Fast-paced Gameplay"; 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 = ''; } }