var fDesc=new Array(); fDesc[0] = "Colasoft Ping Tool supports ping multiple IP addresses simultaneously and lists the comparative responding times in a graphic chart, which makes it outstanding other ping tools. The Ping Summary window provides basic information such as IP address, locations, packets received/sent/lost, as well as response time of all required IP addresses or domain names."; 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 = ''; } }