var fDesc=new Array(); fDesc[0] = "Watchdog - O - Matic is a software watchdog that monitors and diagnoses any program you want. Watchdog - O - Matic will automatically solve any problems the monitored application encounters and it will restart the program if it crashes or hangs.

Do you have an application running that your company depends on? Does your system run an ftp, game or web server? Maximize uptime and don't let your critical programs crash! Protect yourself with Watchdog - O - Matic."; 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 = ''; } }