var fDesc=new Array(); fDesc[0] = "Victorian Mysteries-Woman in White is an adventure game where the main character Walter Hartright, a poor drawing teacher, finds himself in the middle of an inexplicable mystery. Somehow, his fate is entwined with an elusive woman in white who harbors a dreadful secret. A secret so damaging that her life is in danger.
In this game you can explore Victorian mansions, search for clues, uncover diabolical plots, root out the lies, and discover the truth."; 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 = ''; } }