var fDesc=new Array(); fDesc[0] = "Dark Lore Mysteries: The Hunt for Truth is a hidden object game. A violent murder has awoken a small town with a troubled past. A town where evil was part of their history and fear was in their daily lives. They thought that chapter was behind them, but has it returned?"; 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 = ''; } }