var fDesc=new Array(); fDesc[0] = "Armada Online is a multiplayer action role-playing game, set in an exotic science fiction universe. The game puts you in command of a starship and you must battle hordes of biomechanical aliens. You can modify your ship to promote technological evolution. A balance of cooperation and conflict offers a wealth of opportunities to those with the courage to seize them."; 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 = ''; } }