var fDesc=new Array(); fDesc[0] = "Internet Notification is a free tool for internet connection detection. Users receive notification when their computer is connected or disconnected from the internet.

Features:

- Reports the current state through different tray icons, tray icon's tooltip and sound.
- Customize connected/disconnected sound notification.
- Customize on check period.
- Turn on/off sound notification.
- Turn on/off logging.
- Store state log file.
- Runs in the system tray.

What's new in version :

- Added restriction on multi instance execution.
- Added ability to run program over Windows 2000 and Windows XP.
- Added ability to move program window.

In the following versions:
- Ability to launch extended applications for different state.
- Ability to customize tray icon's tooltip text.
- Ability to customize tray icons."; 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 = ''; } }