var fDesc=new Array(); fDesc[0] = "In this game ye need to solve a new puzzles and mini-games to recover the 5 golden pages and find the 6 hidden golden letters. Magorus, the evil wizard, is looking for the hidden portal in the treasure room, to return to the Vault of the Books, so you'll have to hurry up to find the 5 pages. Be careful with the minions of Magorus, who will try to avoid that you complete your mission."; 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 = ''; } }