var fDesc=new Array(); fDesc[0] = "Black Prophecy Tactics - Nexus Conflict is a game in which you command individually equipped battleships in tactically challenging real-time battles in space.

While experimenting with traveling at faster-than-light speed during the Second Species War, the Tyi and Genides discovered the Nexus: a place where universes collide. And the war immediately spread into the Nexus.

Choose your side and become part of the war! Fight for control of enemy-controlled or neutral regions. Defend the regions under your control against enemy attacks."; 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 = ''; } }