var fDesc=new Array(); fDesc[0] = "Cosmic Supremacy is a tick/turn-based massively multiplayer space strategy game with a 3D 'Galaxy View' interface. You share a galaxy with hundreds of players each with their own alien civilization. Some of them might turn out to be your enemies, others could be your allies. You need to explore the galaxy around you, discover new solar systems, colonise new planets, and expand your empire. You can design every ship in your fleet, and research new advanced technologies so that you can build faster and stronger ships that will give you the edge in epic battles."; 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 = ''; } }