var fDesc=new Array(); fDesc[0] = "Wandering on Sullivan Island, William Legrand discovers a rare bug, made of gold. He scoops up the bug with a piece of paper. At night, he draws the bug on this same piece of paper, as he is explaining the adventure to his friend Edgar, standing in front of the fireplace. As William takes back the paper, he realizes that symbols have appeared on it! It must be an invisible ink, revealed by the fire's heat. From that moment, William believes that he has found a pirate’s document: Captain Kidd’s coded instructions to his hidden treasure. Help William decipher the message and find the treasure!"; 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 = ''; } }