var fDesc=new Array(); fDesc[0] = "Mission At Dawn is an engaging, three dimensional game. In it, you must steer your helicopter across land and over water and throw down a rope to survivors, and then bring them back to base. This is similar to the original sim helicopter game, and gets harder as you take on different missions. You have to face wind and other obstacles. This is free to download."; 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 = ''; } }