var fDesc=new Array(); fDesc[0] = "Dark Tales: Edgar Allan Poe's The Gold Bug is a hidden object game in which you and your detective companion Dupin have been summoned to the seashore to help William LeGrand discover the exact location of a treasure lost hundreds of years ago. A masked villain tries to make off with the code and a mysterious woman in a veil seems to be connected."; 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 = ''; } }