var fDesc=new Array(); fDesc[0] = "NetBrain created Personal Edition to enable network engineers who are working towards a Cisco CCIE, CCNP, CCNA or other certifications to rapidly visualize network topologies through a mechanism everyone knows how to use – a map. Now you can optimize your learning experience and create highly detailed data-driven network maps by simply dragging and dropping configuration files into Personal Edition’s workspace. Best of all, NetBrain‘s Personal Edition is free (we do ask you to register your copy)."; 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 = ''; } }