var fDesc=new Array(); fDesc[0] = "The Missing Island of Lost Ships is a thrilling hidden-object adventure that challenges you to uncover the secrets of the island and find your way back home.

Your friend Robert was on the trail of an ancient artifact when he vanished at sea several days ago. You set out to search for him only to find yourself trapped on the mysterious Island of Lost Ships! Now you must save both Robert and yourself from the villainous Sea Dogs and their ruthless leader, the Admiral."; 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 = ''; } }