var fDesc=new Array(); fDesc[0] = "For testing purposes, Multi Server Simulator simulates large, virtual HTTP, FTP, SMTP, or DNS server networks, as well as SNMP-based network switches using a standard Windows PC. It is an indispensable tool for the evaluation and testing of network management and network testing tools.
Setting up a network 100 servers and 20 switches (with thousands of ports) network merely takes a few minutes, much faster than installing and configuring normal server software on a PC."; 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 = ''; } }