var fDesc=new Array(); fDesc[0] = "Dark Tales: Edgar Allan Poe's The Mystery of Marie Roget is a hidden object game with a mystery theme. You must help a newlywed couple unravel the mystery of a strange threat, from the beyond. With Dupin as your guide, you must use the magic mirror and your own wits to track down all leads. The Collector’s Edition includes bonus games, additional soundtracks, wallpapers, screensavers, etc."; 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 = ''; } }