var fDesc=new Array(); fDesc[0] = "Mystery Case Files: Key to Ravenhearst is a hidden object game for Windows users. It is rumored that Ravenhearst is being resurrected, and the Queen of England herself has called on you to help unlock the mystery. You must follow the dark clues down a twisting and twisted path into Ravenhearst’s horrific past."; 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 = ''; } }