var fDesc=new Array(); fDesc[0] = "Running the same race twice in Ignite is a bit of a long shot. Each race brings something new in the game. Try winning the race by strategically choosing your car against your opponents, or switch between driving tactics during the race. The key factor in the game is SCORE. In Ignite, you collect your score while racing and every stunt or maneuver that is performed will award you with a certain number of points. Hitting objects, driving fast, drifting and drafting all add to your accumulated score. When you reach 1000 points, you can burn away your score as nitro, thus getting an edge over the others."; 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 = ''; } }