var fDesc=new Array(); fDesc[0] = "Go on an adventure with Inspector Dupin! Monsieur Mark Davies has reported his wife, Sara, missing and now it's up to you to track her down and solve the mystery! Follow a mysterious black cat, who seems to be purposely helping you, and discover helpful clues in Dark Tales: Edgar Allen Poe's The Black Cat. Use your Hidden Object talents to tackle the case, and discover the evil culprit behind Sara's disappearance."; 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 = ''; } }