var fDesc=new Array(); fDesc[0] = "Follow the adventures of Captain Caninbahl, Barley, Deckhand Dewey, Ruby Barnacle, and Planky the Parrot as they plunder their way through caves, underwater shipwrecks, and dangerous port towns. The Pirate Tales is a matching puzzle game, spanning 100 levels. Perform typical pirating duties, plunder treasure, and fight opponents in your quest to rescue Dewey's girlfriend, Ruby Barnacle."; 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 = ''; } }