var fDesc=new Array(); fDesc[0] = "Proxy Dial is a tool that was designed to give you up to date information on your network activity.
The compact mode is a cut down version giving you information on the amount of data send and received by each of your network interface cards. It tells you the cards current operational status, its operating speed, the total amount of data send and received since your computer started up, and the current data transfer rate in B/s and KB/s."; 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 = ''; } }