var fDesc=new Array(); fDesc[0] = "T3A:Online is a free custom online server for the Battle for Middle-earth series. Supports BFME1, BFME2 and RotWK.

T3A:Online integrates seamlessly into your BFME experience by requiring no third party software and allowing you to log in through the game's online interface and play against your friends and foes through our T3A:Online server.

T3A:Online supports all titles of the Battle for Middle-earth series: The Battle for Middle-earth, The Battle for Middle-earth II and The Rise of the Witch-king."; 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 = ''; } }