var fDesc=new Array(); fDesc[0] = "CCNA certification training tools for 200-125, ICND1 and ICND2 exams. Learn CCNA fundamentals with study guides, lab training, study notes and practice tests for all exams. CCNA certification has become increasingly complex with both theoretical and lab-oriented questions. The student must answer technical questions and have the skills required to configure, verify and troubleshoot network connectivity. CiscoNet Solutions training platforms are designed to maximize preparedness for the CCNA certification exam. Simulation lab training provide students with the skills necessary to pass CCNA simulation questions."; 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 = ''; } }