var fDesc=new Array(); fDesc[0] = "League of Light: The Gatherer is a hidden object puzzle adventure game. After saving the Hunter and his son from a nefarious witch, you never thought you'd be back in Blake’s Mountain. Now the Hunter needs the League's help again – someone has been following him, and he fears for his family. But when you arrive to investigate, you're arrested for trespassing! Someone in town is impersonating a League of Light agent."; 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 = ''; } }