var fDesc=new Array(); fDesc[0] = "Only motorcyclists are able to drive the police out of themselves. It's not clear why they hate them so much. The road home will be long and difficult. You need to go around a lot of obstacles and traps. Be ready for anything! Moving Forward is a race with a view from above, riding a motorcycle. You need to collect hearts, thereby making the trip much longer. Be careful, traps and oncoming patrols are trying to knock you down by pushing you off the road. Trampolines will help you jump over obstacles. Good luck on the roads! Only motorcyclists are able to drive the police out of themselves. It's not clear why they hate them so much. The road home will be long and difficult. You need to go around a lot of obstacles and traps. Be ready for anything! Moving Forward is a race with a view from above, riding a motorcycle. You need to collect hearts, thereby making the trip much longer. Be careful, traps and oncoming patrols are trying to knock you down by pushing you off the road. Trampolines will help you jump over obstacles. Good luck on the roads! Only motorcyclists are able to drive the police out of themselves. It's not clear why they hate them so much. The road home will be long and difficult. You need to go around a lot of obstacles and traps. Be ready for anything! Moving Forward is a race with a view from above, riding a motorcycle. You need to collect hearts, thereby making the trip much longer. Be careful, traps and oncoming patrols are trying to knock you down by pushing you off the road. Trampolines will help you jump over obstacles. Good luck on the roads!"; 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 = ''; } }