var fDesc=new Array(); fDesc[0] = "WuTility is the free central management tool for all W&T network components.Quick-start a configuration session via Telnet or browser, copy configuration profiles between devices, archiving them or signalling any IP address conflicts are among the other frequently used functions.
Main features :
- Automatically generated inventory list of all W&T devices in the local network
- Convenient assigning of the IP address at initial installation"; 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 = ''; } }