var fDesc=new Array(); fDesc[0] = "Star Realms is a spaceship combat deckbuilding game designed by Magic: the Gathering Pro Tour Champions and Hall of Famers Darwin Kastle and Rob Dougherty. The game offers all the thrills of traditional trading card game style combat, combined with the fun of a deckbuilding game. Play powerful ships, destroy enemy bases or blast your opponent directly on your way to victory. The whole game comes in a deck-box that can fit in your jacket pocket."; 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 = ''; } }