var fDesc=new Array(); fDesc[0] = "A mysterious ghost story, a gripping thriller, a historical adventure: Virginia and Professor MacNara, a famous archeologist, come upon a 500 year-old galleon on the beach of a deserted village. The ship, laden with a mysterious artifact, belonged to Christopher Columbus, discoverer of America, and was thought to have simply vanished. Strange, everything on board looks as though the mighty ship was abandoned only yesterday. The ravages of time do not appear to have left a trace…
When Professor MacNara inexplicably dies, Virginia begins to pierce the veil of these mysteries in her search for the murderer. It seems the ship is only one piece in a mystical puzzle about a time long ago."; 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 = ''; } }