var fDesc=new Array(); fDesc[0] = "For years, the sailors and pirates of the Lost Lands have been talking about a ghostly ship sailing in the heart of a storm. This vision disappears as soon as it comes to life. Rumors spread about the ship’s captain, a huge octopus that travels with the ship, a Yarl’s curse, and an evil sorceress.

Meanwhile, Susan finds a strange pirate chest with the compass of the worlds inside and a note begging for help. It's time for her to return to the Lost Lands."; 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 = ''; } }