var fDesc=new Array(); fDesc[0] = "Space Tycoon is an outer-space version of the classic board game. It is played the same way as the traditional board game, but uses planets and starports as locations on the board. And if you dont like to play in space, you can change its skin and play in you own world or download some skins from our site (Sexy Space or Antique). Full version is only $15!"; 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 = ''; } }