var fDesc=new Array(); fDesc[0] = "West Wind Web Monitor can help you monitor any number of Web site links to ensure they are alive and kicking. This tool is able to watch an unlimited number of Web URLs and notify you via email or pager if and when there is a problem.

It can even launch another URL or execute a file to correct the problem without manual intervention when a failure occurs. The program also notifies you again once the site comes back up."; 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 = ''; } }