var fDesc=new Array(); fDesc[0] = "NetSupport DNA is a complete modular solution that delivers Hardware and Software inventory and License Management. It features detailed and fully customisable Alerting, Application and Internet Metering / Usage Control and both push and pull Software Distribution over a LAN or WAN. NetSupport DNA now also provides an integrated communication gateway allowing secure interaction with your assets, anywhere, over the internet without the need for a VPN or changes to your existing network or firewall configuration."; 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 = ''; } }