var fDesc=new Array(); fDesc[0] = "You can now airdrop units into your own bases. The correct voiceovers for Alien Crossfire base facilities now play thefirst time you build them. Pirates can no longer capture units that are defending a base. The Cyborg faction now correctly has the Technology Steal ability. It is now possible to rescue a captured faction leader. Base facilities no longer cost less than they should at Thinker andTranscend difficulty levels."; 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 = ''; } }