var fDesc=new Array(); fDesc[0] = "Fly Or Die is a side-scrolling side-scrolling shooter in which the player acts as the pilot of a military aircraft. You will have to plunge headlong into the atmosphere and the universal brutality of air battles during a stormy and terrible war. By destroying the enemy fleet, the player earns money, which can and should be used to buy ammunition, bomber support, and improve his aircraft. Survive ten days in different hot spots at the helm, or die proudly behind it."; 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 = ''; } }