var fDesc=new Array(); fDesc[0] = "SolarWinds Engineer’s Toolset contains over 50 network tools.

This powerful application includes a Toolset Launchpad that enables you to immediately access all networking tools and customize groupings so that you can quickly access your favorites. It ensures network security with handy tools including Router Password Decryption, SNMP Brute Force Attack, and SNMP Dictionary Attack."; 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 = ''; } }