var fDesc=new Array(); fDesc[0] = "Ahoy, me Hearties! The undead has awaken in the arcade shooter game, Woody Two-Legs: Attack of the Zombie Pirates. Nitro Games and Paradox Interactive has announced a video competition, so get in and show the world that you are a true Salty dog!

Meet Woody Two-Legs, the least infamous pirate of Seven Seas. Things have never gone quite right for Woody. That is, until he scored big time and got his hands on huge treasure. Sailing to remote island, Woody was about to bury his treasure, just as any good pirate would do.

Unfortunately, it turned out that the original owners of the treasure, namely Mr. Jones himself and his retinue of undead pirates, had caught up with Woody. Small he might be, but Woody Two-Legs was not going to give up without a fight.

Help Woody to fight wave after wave of undead pirates, defeat deadly bosses, collect bonuses and use devastating special weapons in this casual score chasing arcade shooter for PC.

All legs on deck!"; 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 = ''; } }