var fDesc=new Array(); fDesc[0] = "Cosmoteer is a starship design, simulation, and battle game. You will design a fleet of ships by laying out individual rooms and corridors, including cannons, lasers, shields, and thrusters. Also, you can battle other starships to earn bounties and use that money to expand your own ship. A dynamic crew and combat simulation makes every design decision important and interesting."; 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 = ''; } }