var fDesc=new Array(); fDesc[0] = "Mass Effect: Unification is a total-conversion mod for Star Wars: Battlefront II that adds the Mass Effect era to Instant Action. You can fight as the Systems Alliance, the Heretic Geth, the Collectors, or the Evolved Geth on three new custom maps, all of the stock maps, and all maps from the Sol Map Pack."; 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 = ''; } }