var fDesc=new Array(); fDesc[0] = "League of Light: Dark Omens Collector's Edition is a hidden object game in which you will travel for days to reach a castle hidden deep in the Carpathian Mountains only to discover you've been asked to join the mysterious League of Light, a secret group dedicated to fighting dark forces. Your mission is to investigate a beast that is terrorizing the mountain village of Sorrow's Well."; 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 = ''; } }