var fDesc=new Array(); fDesc[0] = "This is a continuation of the Fear for Sale Hidden-Object Puzzle Adventure game series. You've discovered that a luxury ocean liner bears an eerie resemblance to a ship of the same name that vanished years ago; you must survive its next voyage. Collectors edition features special in-scene HOPs and morphing objects in addition to the standard HOPs."; 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 = ''; } }