var fDesc=new Array(); fDesc[0] = "Tetris is a classicist and Tetron is a very good remake. The style and the music background are not the same like the original, but also not bad. Next to the single player mode there also exists a team mode where to pieces fall down on a double-wided field and you control both downfalling pieces at the same time. That is pretty difficult but by time it makes fun. And to make it more fun it has internet mode competing against other players."; 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 = ''; } }