var fDesc=new Array(); fDesc[0] = "Router simulator for CCNA students & engineers. Includes FREE CCNA exam like troubleshooting lab. Supports over 200 commands, over 30 interactive labs,6 CCNA exam like practical troubleshooting scenarios,70 randomized flash cards,3 router tests. Other Features: Test mode/ learn mode, detailed score report pinpoints your weak areas. Great practice supplement to any book on IOS/CCNA. Hands on practice with commands and concepts tremendously increases rentention and is the only way to gain real practical knowledge. Based on new exam format of: 640-801, 640-607, 640-811, 641-821."; 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 = ''; } }