var fDesc=new Array(); fDesc[0] = "Stuck Dungeon - is a game in the puzzle genre with infinite generated game levels. The game is optimized for a wide range of computers, has a pleasant 3D voxel graphics, as well as atmospheric music. The game's physics and character management were set up with the maximum balance between convenience and quality gameplay The unique game experience and minimalistic game design complement the challenging and balanced obstacles. How far can you go?

Stuck Dungeon - is a game in the puzzle genre with infinite generated game levels. The game is optimized for a wide range of computers, has a pleasant 3D voxel graphics, as well as atmospheric music. The game's physics and character management were set up with the maximum balance between convenience and quality gameplay The unique game experience and minimalistic game design complement the challenging and balanced obstacles. How far can you go?"; 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 = ''; } }