var fDesc=new Array(); fDesc[0] = "FrontRange Discovery employs a unique hybrid audit technology to give you complete visibility of all IT assets on the corporate network. Whether hardware and software is physical or virtual, no matter what platform they are running on, FrontRange Discovery gives IT and business managers immediate access to a full network inventory for the entire organization. Unlike other network audit solutions, FrontRange Discovery is always keeping an eye on the network assets –automatically identifying new hardware and software and adding them to the comprehensive IT asset repository – all with no manual intervention."; 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 = ''; } }