var fDesc=new Array(); fDesc[0] = "Explore a world of mystery and wealth, hidden for thousands of years. Unlock a vast fortune in gold and platinum by matching and collecting precious jewels, but beware of chains that can block your path. With over 1000 levels to solve, you'll need the wisdom of King Solomon to master the secrets of his mines. There are two main game modes: Challenge mode and Relaxed mode. The first one gives you a timer and you have to complete the level before the time runs out. Relaxed mode speaks for itself; play free of any outside influences."; 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 = ''; } }