var fDesc=new Array(); fDesc[0] = "Puzzle in a world of magic and wonder in this mystical challenge. Set to stunning vistas, this puzzler puts you on a quest towards ten powerful talismans. Arrange swords, coins, lanterns, scrolls and other sacred relics into groups of three or more and collect these ancient charms. Race against a burning fuse in Classic mode or take your time in Timeless mode. A dazzling match-three puzzler, 10 Talismans is a breathtaking brain-bender"; 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 = ''; } }