var fDesc=new Array(); fDesc[0] = "Defeat the cunning Custodian and reveal the ancient mysteries in the puzzle Haunted Gallery. Here you can choose the game mode and enjoy a mix of puzzles. Story Mode, Casual Mode and even Match 3 Mode are at your disposal. Plunge into the magnificent atmosphere and help the adventurous explorer Gwendolyn Rose cope with challenging missions. Find precious gems and outwit the malevolent Custodian."; 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 = ''; } }