var fDesc=new Array(); fDesc[0] = "Mad dogs on the road will adrenaline you with a great action persecution. Some bad guys are making money shipping illegal stuff and goods. One of the bad guys, Joe the Minor has recently got out from jail and he and his fiends are back in the illegal business once more. They buy illegal goods in one place and sell them in another town, they move by car and his car it is all covered with armor. You must help people in town to recover the goods, before they get to the other town and sell the stuff and good. This 3D game is a breathtaking game with interesting controls and good real action. The main screen allows you to star game, set options, see high scores, check help and instructions, check web page and exit the game. All you need in order to drive and navigate the game is your keyboard, with the up arrow key you will accelerate, arrow key down will break, left and right keys will move the car to both sides and space bar will shoot your enemies. During your persecution you must get some bonus like score points, guns, protection and fast speed."; 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 = ''; } }