var fDesc=new Array(); fDesc[0] = "KowalPack is a game pack which contains - Tetris, Minesweeper, Snake. You can also download these games separately. The Minesweeper game has Easy (9x9), Medium (15x15), and Hard (25x16) modes - this is a bit harder than the game that comes with Windows. I love the Tetris game, but I didn't like the light colored bricks in the white background.

The developers claim that the games are free but advertisements are shown after completing each level of the game, this is really annoying."; 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 = ''; } }