var fDesc=new Array(); fDesc[0] = "Medford Asylum: Paranormal Case is a hidden-object game for Windows users. Alison Ester has been asked to work on the renovation site of a former asylum. She must find what forced workers to stop the renovation. You must help her explore the ruins of the building in search of information. You will go through rooms with collapsed floors, reveal secret messages, and decipher clues."; 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 = ''; } }