var fDesc=new Array(); fDesc[0] = "PingDeli is a free network ping tool which allows you to ping IP addresses on your network or on the Internet. It allows for pinging multiple host IPv4 and IPv6 addresses. It supports pinging single or multiple hosts and IP addresses simultaneously and shows the results in a graphical line graph, which makes it easier to understand what’s going on. Users can also view historical charts by saving them as HTML reports."; 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 = ''; } }