var fDesc=new Array(); fDesc[0] = "Zentris 3000 has everything you want in a ’tris game. Tremendous attention to detail has resulted in a visually stunning game with the best playability of the genre. It has a clean, understated style—think “Zen Garden”—that doesn’t get between you and the game.

But don’t confuse understatement with simplicity. You can turn on or off any number of status displays to track your progress or help you plan your next move. As the game progresses the smooth, high-quality animation and authentic arcade sound effects will fully immerse you in the game experience."; 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 = ''; } }