var fDesc=new Array(); fDesc[0] = "NetSim for CCNP is designed to help you learn the Cisco IOS command structure, and it supports the technologies and skills required for the recently revised CCNP certification.

NetSim for CCNP includes new labs for the ROUTE, SWITCH and TSHOOT technologies. In addition to new content, NetSim for CCNP contains a new and improved interface that makes completing labs, compiling new labs and designing network topologies easier than ever before.

The network topology, device consoles and lab instructions can share the screen in NetSim with easy-to-use panes. NetSim also supports multiple monitors."; 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 = ''; } }