var fDesc=new Array(); fDesc[0] = "X-Force is a game in the style of the old classics UFO: Enemy Unknown, XCOM: Terror from the Deep and XCOM: Apocalypse, where the player defended the earth with a military organization against an invasion from outer space. These classic weres at their time a unique mixture of research, strategy and tactics -- a mixture which hasn't been imitated very often since then."; 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 = ''; } }