var fDesc=new Array(); fDesc[0] = "Arcade Race Crash - 3D races with weapons utilization. Great choice of tracks, cars, weapons and devices will not allow you be bored. The aim of the game is to be the first at the finish. Buy one of 6 frontal and one of 6 rear weapons. If you do not have enough credits, earn them destroying enemies' cars and being the first. There are two modes in the game: Tournament and Single Race. You should pass the tracks one by one in the Tournament mode. To pass to the next track you should be the first in the previous one. You can perfect your skill at any track in the Single Race mode. But not all tracks will be available at once. They will open only after successful passing in Tournament."; 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 = ''; } }