var fDesc=new Array(); fDesc[0] = "Your healing skills are world-renowned, and you are summoned to the Kingdom of Eagles to cure a young queen who cannot speak. Just after your arrival, the infant prince is kidnapped, and the queen is accused of dark magic, sentenced to death. Use your herbalism skills to solve puzzles and track down the real culprit."; 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 = ''; } }