var fDesc=new Array(); fDesc[0] = "Lost Lands: The Wanderer is a story based mystery adventure game. You play as Susan who finds a strange pirate chest with the "compass of the worlds" inside and a note begging for help. It's time for you to return to the Lost Lands.

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"; 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 = ''; } }