var fDesc=new Array(); fDesc[0] = "UFO: Afterlight is the next instalment in the UFO: Aftermath and UFO: Aftershock series, bringing a completely new insight to the story of Aftershock, this time from the perspective of lonely human inhabitants on Mars. It is a combination of global strategy and tactical missions, new story built on the events from UFO: Aftershock, new environments on a different planet than Earth, strong RPG elements, etc."; 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 = ''; } }