var fDesc=new Array(); fDesc[0] = "A Relaxing game, you can play for hours or a quick game you can finish during the coffee break. In this jewel matching puzzle game, you can swap jewels to align them in a line. When 3 or more jewels are aligned in a line, the jewels are cleared and you score points.
Two game modes, Endless levels with hundreds of backdrops, exquisite jewel graphics and pleasing music tracks and sound effects."; 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 = ''; } }