var fDesc=new Array(); fDesc[0] = "The "Altarian Prophecy" is a campaign that takes the player on a multi-game journey to solve the mystery alluded to in Galactic Civilizations. In doing so, it introduces two new civilizations: The Dominion of the Korx and the Drath. These two civilizations hold the secret to Altaria's past, but worse, they know the Altarian Prophecy that for tells the destruction of the galaxy that is connected to Altaria's past."; 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 = ''; } }