var fDesc=new Array(); fDesc[0] = "SiteMonitor will monitor your websites/hosts at regular intervals and notifies you when something happens. SiteMonitor not only checks at fixed timed intervals that your website or host is still functioning correctly, but it will also ensure that the content is correct. Activity is logged to a log file for future reference. With the response graphs you can easily see the server uptime. This is the no. 1 tool any administrator needs."; 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 = ''; } }