var fDesc=new Array(); fDesc[0] = "Embark on an epic adventure into the unknown as you search for Captain Walsh and his missing crew of adventurers lost on an uncharted Island. Explore ancient ruins and search for evidence of a lost civilization. Gather diary entries from the crew and un-scramble foreign symbols and engravings as you follow a path of clues."; 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 = ''; } }