var fDesc=new Array(); fDesc[0] = "Mystery Tales: Eye of the Fire is a hidden object puzzle adventure game. You’ve been called in to investigate the dark nightmares of a young woman. What starts as a simple investigation quickly takes a dangerous turn as a witch from the past comes back to take her prey. You must uncover old secrets and save the town before it’s too late."; 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 = ''; } }