var fDesc=new Array(); fDesc[0] = "The Managed Switch Port Mapping Tool is software for Windows that discovers devices attached to port connectors on an SNMP managed network switch. The program can discover and show you the MAC addresses and optionally IPv4 addresses of devices attached to the physical ports of your switches. Supply the access credentials for each switch and map them manually or as a list of switches."; 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 = ''; } }