var fDesc=new Array(); fDesc[0] = "Mystery Tales: The Twilight World Collector's Edition is a hidden object game. You and your daughter, Nancy, can't resist the lovely hotel just off the highway, especially after a long day on the open road. But just as the two of you get settled, your peaceful pause is shattered by a witch who abducts Nancy. You must travel to the Twilight World to stop the witch before she takes over your daughter's body."; 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 = ''; } }