var fDesc=new Array(); fDesc[0] = "SteamWatch is a Windows Service which monitors Valve's Steam application and block connections to servers which aren't explicitly defined. This allows you to block connections to servers which are overseas and metered by your ISP. It comes operational with the Internode unmetered IP addresses or GameArena steam servers.

Main features:
- Automatic Shutdown feature: useful for when you are downloading large games with Steam and you want your computer to turn off, hibernate or stand by when the downloading stops after a predefined length of time. You can also choose to exit SteamWatch or Steam
- All SteamWatch settings can be modified with the Settings user interface accessible via the Start menu or SteamWatch tray.
- IP addresses and settings are saved in an XML file (SteamWatchSettings.xml)
- You can select during install: IP address lists for GameArena (Bigpond users), Internode or both combined"; 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 = ''; } }