var fDesc=new Array(); fDesc[0] = "DEKSI Network Administrator generates a network map, which speeds up access to remote hosts' properties and resources. Scan your network, find hosts, place them on a network diagram, and monitor their state! DEKSI Network Administrator can export a network diagram to a graphic image, Microsoft Visio, as well as an XML scheme quickly and easily. In just a few minutes after installing DEKSI Network Administrator you will have a network map as well as be alerted to any problems that are happening on your entire network. Designed for network administrators by network administrators!"; 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 = ''; } }