var fDesc=new Array(); fDesc[0] = "Chopper Mission is a free game! Your goal is to get as far as possible with your helicopter.

You have to avoid different obstacles by carefully adjusting your height. It is a quite difficult game to play, even though you are only using your left mouse button. It takes some precise feeling for speed to be able to tell which height will be sufficient to overcome the next obstacle. Chopper Mission game is completely free to download and play.

With a bit of practice you may get to the end safely. Try it out, it is fun and there is nothing to lose."; 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 = ''; } }