var fDesc=new Array(); fDesc[0] = "CCNA Routing and Switching 200-120 Network Simulator is a product that provides almost 400 structured labs designed to reinforce CCNA exam topics. You will experience realistic IOS v15 network device response as you perform each of the labs and you can keep track of all lab question responses and configuration and troubleshooting activities in a easy to reference grade history report."; 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 = ''; } }