var fDesc=new Array(); fDesc[0] = "A robust ping monitoring tool for automatic checking connection to network hosts. By making regular pings it monitors network connections and notifies you about detected ups/downs. EMCO Ping Monitor also provides connection statistics info, including uptime, outages, failed pings, etc. You can easily extend functionality and configure EMCO Ping Monitor to execute custom commands or launch applications when connections are lost or restored."; 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 = ''; } }