var fDesc=new Array(); fDesc[0] = "AgataSoft PingMaster Pro is a utility for network monitoring and diagnosis. It provides constant monitoring via ICMP or SNMP protocols without being demanding on system resources. It helps you to find bottlenecks in your network, provides you with prompt alerts to help you improve and maintain your network."; 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 = ''; } }