var fDesc=new Array(); fDesc[0] = "Minimize downtime of your server! Any downtime of your website will result in moneraty loss. With this freeware monitoring tool you may constantly check the response from your server and make sure that your website is online 100% of time. This software can periodically poll a specified URL on your web server or ftp hostr and alert you if your site or address suddenly becomes not accessible. You may specify sound, modal or instant messenger style popup message type alarms and immideately take action once you notice that your site is offline. You may even instantly check http, ssh, mySQL, https, pop3 and smtp(25) ports with a single click fro a different IP address. Reports generation and direct print out from the software is available."; 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 = ''; } }