var fDesc=new Array(); fDesc[0] = "Travel to the mysterious world of Enlightenus and use our handy Strategy Guide to track down Edgar Lee`s missing novels. This incredibly detailed Strategy Guide will help you solve each riddle and escape the land of Enlightenus.Explore an entirely different world full of perplexing puzzles and intricate locks, as you collect each chapter of the missing books"; 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 = ''; } }