var fDesc=new Array(); fDesc[0] = "BF Pirates 2 Release 2 (Yarr2) was released as a public beta on December 18th 2008, in advance of an EA promotion of R2 coming up in early January. Release 2 brings many new maps, larger sea vessels, aircraft, new kits and pickups and several new gamemodes, including Capture the Flag and Zombie modes. The public beta does not include the Armada, Rally and Tactical modes still in development and does not yet support SP fully.
Release 1 was first released as an open beta on September 20th 2007. As with many beta's there have been a few issues and "ghosts in the code" which required the release of a patch, version 1.2, which is the current version. More details of this patch can be found on the Battlefield Pirates forums. Release 1 showcases the many weapons and kits available thru a series of very cool infantry based maps. Release 2 (slated for Q2 2008) will provide a much deeper playing experience by providing more naval combat maps, new ships and even some aircraft."; 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 = ''; } }