var fDesc=new Array(); fDesc[0] = "D-View SNMP Network Management System is a comprehensive standards-based management tool designed to centrally manage critical network characteristics such as availability, reliability, resilience and security in a consistent way. Flexible and versatile, this software accommodates a wide range of D-Link devices. D-View provides useful tools to allow network administrators to effectively manage device configurations, fault tolerance, performance and security."; 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 = ''; } }