var fDesc=new Array(); fDesc[0] = "Discover the awesome gem-sliding puzzle game!
The concept of the game is unique and the gameplay is so addicting. Click on the gem in top, bottom, left or right border lines of the playfield to move it to an empty neighboring cell. If a neighboring cell is not empty, the selected gem will be moved together with the neighboring gem. Clear the playfield making groups of 3 or more gems of one color to pass the level. You cannot match the tiles diagonally. The gem with perl will turn into a gem with golden part, then – into a common gem, and only then will be removed from the playfield."; 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 = ''; } }