var fDesc=new Array(); fDesc[0] = "F-1 Drive is a 3D racing game based on Formula 1. The goal is simple, to run the best laps you can. The game has a unique feature that transfers the computer control to study the behavior of bots and then come up with the best tactics of overtaking. Game levels with nice graphics, realistic behavior of the opponents and the rhythmic music will please fans looking for a virtual reality thrill ride. Quality free game for speed freaks. Start your engines! adrenalin!"; 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 = ''; } }