var fDesc=new Array(); fDesc[0] = "Defend your fortress against the Pirates of the Atlantic. Blast the invaders with your cannon and keep them off your booty. Collect bonuses like multi-ball, fire-rain, and speed-ball in combat to further boost abilities, or end up sleeping with Davy Jones. Upgrade your defensive cannons with more speed, power, and a faster rate of fire so the enemy will have no hope of overcoming your skills. Get your defenses ready for the Pirates of the Atlantic!"; 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 = ''; } }