var fDesc=new Array(); fDesc[0] = "It's not easy to survive under the alien sky when there's always someone to burst you with his weaponry or overcome with his tactics. However you have to. Cause you and your ultramodern space-fighter are the only chance to prevent alien invasion which is almost ready to start, turning your homeworld into ruins."; 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 = ''; } }