var fDesc=new Array(); fDesc[0] = "Monitorpack Discovery is a network discovery engine that allows you to detect all your devices without limits, whether routers, Windows PCs, servers or cameras, smart plugs, in fact any device with an IP address and to identify their manufacturer for most of them Monitorpack Discovery is a subscription essential to be able to then use all our free software such as Monitorpack Guard, Asset and SNMP."; 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 = ''; } }