var fDesc=new Array(); fDesc[0] = "This small application keeps an eye on your website, right from your PC.
Watch from your own PC:
* Installed and configured in a minute.
* Checks your company site or personal website from your own PC every 1, 5, 15, 30, or 60 minutes.
* Shows the hourly availability of your website over the last 72 hours.
* Alerts you in case of errors, and transfers to the WatchMouse site to check your website from all the WatchMouse monitoring stations.
* Warns you immediately, or after 2 to 5 consecutive errors.
* Pauses when your own computer is not connected to the Internet."; 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 = ''; } }