var fDesc=new Array(); fDesc[0] = "Enigmatis: The Mists of Ravenwood is a hidden object game in which you have to uncover the secrets of Ravenwood Park in a dark detective story full of fear and intrigue. You'll explore 44 hand-painted and unique locations, investigate the case using the evidence table – an element that helps you draw conclusions based on the evidence at hand."; 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 = ''; } }