var fDesc=new Array(); fDesc[0] = "CTris 2000 is another variation of the falling-blocks theme. It includes the popular Column game and six additional variations of Column/Tetris-style game.
CTris 2000 features: seven game modes, beautiful 256 color blocks skin, customizable background, cool MIDI and sound effects, user-defined control keys and high scores record."; 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 = ''; } }