var fDesc=new Array(); fDesc[0] = "The Beast of Lycan Isle Collector's Edition is a puzzle game with a slight tone of a hidden object game. You can interact with the 2D style graphics following the instructions. You play as Luna who has been summoned by Tara, her best friend, to an ancient village on a remote island. Tara needs Luna’s expertise on a newly unearthed artifact that might prove the existence of the legendary cult of the Madra Alta or Wolf Man. The Collector’s Edition includes integrated strategy guide, bonus game-play, extra scenes, and concept arts."; 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 = ''; } }