var fDesc=new Array(); fDesc[0] = "Based on the real-life mystery of Oak Island, Nova Scotia, players are challenged to search museums, mineshafts and a mysterious island for items and clues. Assemble pirate maps. Decode ancient tablets. Solve fiendish puzzles. Follow the original story of the game and learn the real story through hidden Lore Pages. Each clue brings you closer to the fabled treasure of Oak Island!"; 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 = ''; } }