var fDesc=new Array(); fDesc[0] = "The Source Engine Automatic Demo Saver (SEADS) allows users to easily record and save demos in Source Engine games. All Source Engine games and mods should now be supported and automatically have SEADS installed to work for them. SEADS utilizes a two-stage automated installer; extract and run SEADS_Setup.msi, then follow the instructions to choose an installation folder for SEADS. After SEADS has been installed, it will automatically scan for available Source Engine games and enable SEADS support."; 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 = ''; } }