var fDesc=new Array(); fDesc[0] = "Nightmares from the Deep Davy Jones Collector's Edition is a hidden object game. It is the final chapter of the critically-acclaimed pirate trilogy, following the fearless museum curator, Sara Black, and her daughter, Cory. After a series of mysterious notes provide Sara the evidence she needs to prove to the world that the legend of Davy Jones is real."; 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 = ''; } }