var fDesc=new Array(); fDesc[0] = "A powerful, widely acclaimed ping/lookup/traceroute utility for Win 95/NT. Its fully configurable, multithreaded, and is very fast. All configuration options, hosts, and interfacesettings are remembered from session to session. Thehost manager allows the user to give a Profile Name toeach IP address/DNS name. Double-clicking on a ProfileName pings the corresponding address. It also supportsin-place label editing of Profile Names. All output can be logged to a user-specified file. The ISPinger feature keeps your Internet Service Provider connection from being disconnected due to inactivity. TJPingPro can run in the System Tray under Win 95/NT 4.0. Right mouse button functionality is supported for all Windows."; 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 = ''; } }