var fDesc=new Array(); fDesc[0] = "The Flying Dutchman is a legendary Ghost Ship which will sail forever and never docks in any port. Anyone who got too close disappeared mysteriously. It's your job to reveal the mystery surrounding this spooky vessel and you do this by finding clues scattered around the various place on the map. They are well hidden though and it takes an expert eye to spot each one. One of the best hidden objects games currently on the market, try the free demo today!"; 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 = ''; } }