var fDesc=new Array(); fDesc[0] = "Starport is a massively multiplayer game meaning you play with and compete against many other players from around the world. Your life in the Starport universe will be filled with the excitement of battling other space captains for control of the galaxy, joining up with allies to run giant multigalactic corporations, and colonizing or invading vast new worlds to expand your empire. Crusader of justice or villainous space pirate? The choice is yours!"; 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 = ''; } }