var fDesc=new Array(); fDesc[0] = "Pockie Pirates Helper is a program that automates some of the functionality for the web game Pockie Pirates distributed by Game321. The program includes features such as:
-Auto Sea Adventures
-Auto Treasure map hunting (Sea God)
-Auto upgrade Warship
-Auto Develop crews
-Auto Whitebeard
-Auto Marineford
-Auto Hunting Ground
-Auto Sky Ladder
-Auto Team Battle
-Chat with other players (without notification spam)"; 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 = ''; } }