var fDesc=new Array(); fDesc[0] = "After their yacht is sunk by an incredible storm, Jane and Mike are separated in Sea Legends: Phantasmal Light! Waking up on a mysterious island, Jane must now figure out what happened and find Mike before it’s too late. Explore amazing Hidden Object scenes and solve tricky puzzles as you uncover a terrifying truth on the island. Escape from danger and be reunited with Mike in Sea Legends: Phantasmal Light!"; 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 = ''; } }