var fDesc=new Array(); fDesc[0] = "If your day is long and boring and you want to change it, we have a game for you to play! Become a helicopter pilot and destroy all your enemies! Collect all the bonuses and power ups and show them what you are really made of! It’s unbelievable that one Helicopter can make so much damage. Share this game with your friends and find out who is the toughest pilot with help of convenient high score statistics"; 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 = ''; } }