var fDesc=new Array(); fDesc[0] = "Silencer was a game from Mind Control Software, playable online through the WON (World Opponent Network) service, which was discontinued by Valve in favor of the Steam platform. Along with the demise of WON.net, Silencer went with it. zSILENCER is a re-creation of the original Silencer game.

Silencer is multiplayer only, and is essentially a team-based capture-the-flag style game. You navigate your player to active computer terminals strewn throughout the map and siphon files off of them, until a Top Secret file is acquired. You pick up the secret file and bring it back to your base, careful of opposing teams trying to kill you and steal it for themselves. When your team returns three of these files, you win."; 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 = ''; } }