var fDesc=new Array(); fDesc[0] = "Ultimate Traceroute is a network tool that allows you to trace the route of an IP or host name to its source determining the route taken by packets across the network. It shows the list of routers traversed exactly like the "tracert" MS-DOS command showing the IP, address and hostname of each hop, showing 30 hopes maximum. If a packet does not return within the expected time out an asterisk will be showed. You just have to type the address name or the IP of the host and click in the "Start Trace" button. If you wish to stop the scanning, click on the "Stop" button. When installing the program a security warning will appear, you have to click in the "Run" button to continue and the setup wizard will guide you to install the program. You have to select a destination folder and you will be able to create a desktop icon and create a quick launch icon. At the end of installation an error can occur while trying to replace the file "shdocvw.dll" but you can click on the "Ignore" button and the program will be installed."; 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 = ''; } }