var fDesc=new Array(); fDesc[0] = "Pilot your aircraft to fly over mountains and rush through deep canyons at high speeds,catch up the first to win in this air-racing game. Though there are no musics included in this game, but you can play your own mp3 files during a flight with the built in mp3 player. You can race to get points, use the points to unlock aircraft and race lines, there are 7 aircraft and 30 race lines in the full version, in the trial version, 2 planes and 3 lines are available."; 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 = ''; } }