var fDesc=new Array(); fDesc[0] = "Eternal Silence is a Source engine game based on an innovative and seamless blend of revolutionary squad-based FPS warfare and a mind-blowing space combat engine.
From annihilating corvettes in your bomber to darting around in the enemy capital ship as a hacker, the ES experience has something in store for everyone, regardless of play style. So grab your space suit and slide into the cockpit of a tactical; the war has begun!"; 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 = ''; } }