var fDesc=new Array(); fDesc[0] = "Alhademic Tetrix is an inviting clone of famous Tetris game. The old idea has a new representation incarnated in our game. You will find in game an attractive interface look (chiselled game screen, various block looks), sound accompaniment (snappy sounds and ten delightful MIDI compositions, organized in playlist) and good functionality (start level selection, rotate directions, random field filling option, field color selection). Try this game and enjoy! If you are a Tetris fan, this game will beautify your collection."; 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 = ''; } }