var fDesc=new Array(); fDesc[0] = "Set sail for the greatest cannon-shooting, money matching game on the high seas. Create killer combos of coins or colors and raise the Jolly Roger high above your pirate treasure to earn a bonus round. Play in one of three different game modes for endless swashbuckling adventures3 Great Game Modes: Play this fast-paced puzzle game in Classic mode, battle the ghost captains in Mission mode, or match colors in Speed modeEarn Pogo Tokens: Earn extra token treasures and use them for a chance to win prizes on Pogo.Piratic Music and Sound Effects: Jaunty music, sound effects, and explosions hearken you back to pirate days of yore."; 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 = ''; } }