var fDesc=new Array(); fDesc[0] = "Blackbeard himself said Ahoy when he played Pirates Gold! Unlock the treasure chests and win up to 80 free games. All the while the Jolly Jackpot grows and grows. Arrrrr! Can you win it? Download now and see. Ordering this game gives you Pirates Gold 5, 6 and Special Edition - 3 games for the price of 1! You can download the extra games after purchase. Three or more scattered pirate coins will trigger the Treasure Feature - a treasure map will appear with 15 closed treasure chests on it. A pesky landlubber has locked the bottom 5 chests. Choose from the top 10 chests - finding free spins, or a key to open the locked chests. Find a Skull of Doom and ye shall choose no more! There is more treasure in the locked chests than any others."; 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 = ''; } }