var fDesc=new Array(); fDesc[0] = "Mute on Lock is a tiny resident utility that sits in the system tray and monitors your session: when you are locking your Windows workstation, it mutes the sound of your speakers. With the help of this program you can quickly mute or unmute the system sound by double-clicking the tray icon or using an optional hot key.

Main Features:

- Supports all Windows NT operating systems with fast user switching, from Microsoft Windows XP up to Windows 7, including x64 editions.
- An icon in the system tray area, which allows you to control various program settings.
- You can set a hotkey for muting and unmuting the system sound.
- You can mute/unmute sound by double-clicking the tray icon.
- Automatically loading each time Windows starts.
- The portable version of Mute on Lock is available.
- The modest main memory and disk space usage.
- The program is absolutely free!"; 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 = ''; } }