var fDesc=new Array(); fDesc[0] = "Black Prophecy is a fast-paced 3D real-time combat space MMO with state of the art visuals. Both the Player-versus-Players combat and an exciting storyline in a rich universe are important aspects of the game. Black Prophecy uses the latest in graphics technology to produce breathtaking visuals. Black Prophecy is more action-oriented than a traditional space simulation. We are trying to avoid long travel times or other activities where the player isn't really doing anything."; 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 = ''; } }