var fDesc=new Array(); fDesc[0] = "Download helicopter game and play it for days! Players can try their skills at three campaigns: Islands, Europe and the Middle East. As they complete levels, players gain access to new, more maneuverable helicopters, more powerful enemies and unexpected surprises. Easy game controls allow new players to quickly get in the thick of things. Download helicopter game and experience the most thrilling adventures! In addition to helicopters, some missions can be completed at the controls of combat fighters. Survival mode offers a rapid-fire shooting gallery option for gameplay. Ready for takeoff? Wheels up! Download helicopter games for free!"; 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 = ''; } }