var fDesc=new Array(); fDesc[0] = "Dinosaurs Violet Parking 2 is a cool parking game. You can park your prehistoric car in many different levels as accurate as you can. But you have to pay attention not to crash your car or kill people walking around. You will park the car in 25 exciting levels and Challenges.

You will use your arrow keys to steer and move forward and back, and press Spacebar when finished parking."; 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 = ''; } }