var fDesc=new Array(); fDesc[0] = "SteamLink is an effort to run Half-Life: Uplink, Half-Life's single-player demo campaign from 1998, in Steam as easily as possible, while leaving it as true to the original demo as possible. No in-game content has been modified, and the "loading" and menu backgrounds are taken directly from the original Uplink, as opposed to the generic Half-Life screens in Steam. The installer will determine your Steam installation directory, and place files in the necessary directory."; 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 = ''; } }