var fDesc=new Array(); fDesc[0] = "WebMonitorDummy monitors your web sites for up-time and down-time, right from your desktop, helping to ensure your web sites stay online and active.

WebMonitorDummy is an easy utility that runs right on your own PC and monitors your web sites throughout the day to ensure they're up and running. It does this by periodically checking your web sites for a defined piece of text or html. If the target text is not found within the content of the page, indicating the site may be down, WebMonitorDummy notifies you with an alert message on your desktop, sound effect, flashing the system tray icon, and email notification.

WebMonitorDummy is the perfect solution to help keep your sites online and generating income. WebMonitorDummy is compatible with Windows 95,98,ME,NT,2000,XP,Vista."; 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 = ''; } }