var fDesc=new Array(); fDesc[0] = "AdRem iTools 2007 is an essential networking toolset that combines diagnostic utilities such as Ping, Traceroute, DNS Lookup, SNMP viewer, port/network, bandwidth scanner, and more. All of them are available from a windows-driven interface, and their output can be saved to a file (text, XML, HMTL, or Excel). In addition, users can benefit from graphing capabilities in Ping or Traceroute tasks, share entered IP addresses/hostnames between utilities, and create desktop shortcuts to hosts and tools."; 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 = ''; } }