var fDesc=new Array(); fDesc[0] = "Manage network devices (hubs, switches, routers, access servers, cross-connectors, physical line/DSL modems, Windows/Unix stations and any other SNMP-enabled devices in the corporate network) remotely from your PC. Network Device Explorer provides the Network Administrator with the uniform interface which allows him/her to view and modify device settings for virtually any hardware device or software service, such as MS Internet Information Server, from the local computer and even thru the Internet."; 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 = ''; } }