var fDesc=new Array(); fDesc[0] = "Road Rash 3 - Try taking the lead in every race. You must rank 3rd place or better to qualify . You must qualify on every track to move on to the next course, or level. On every race, you get paid a certain amount of money. The higher your rank in the end, the more cash you get. You can use this cash to upgrade your current bike, or to buy a new one. Hitting players can push your rank up, because you knock them behind.

Punch, kick, and use a weapon to make another racer fall behind in the race. You can get weapons by stealing them from other racers. You must also watch out for cops. If you stop, you will get busted, and that will cost you some money. You will get busted if you simply stop or fall of your bike."; 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 = ''; } }