var fDesc=new Array(); fDesc[0] = "Quest of the Sorceress is a match-3 puzzle game with a magical mystery theme. In this game, you join the mysterious Sorceress on her quest to the Frozen Mountains to discover the secret to immortality. Throughout the journey you'll come up against a host of deadly denizens and fierce foes, each with their own set of magical skills just waiting to challenge you."; 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 = ''; } }