var fDesc=new Array(); fDesc[0] = "ExamSimulator For CCNA 200-125 is a program that provides practice tests for the CCNA 200-125 exam. The program includes over 575 highly relevant questions, answers with detailed explanation for each question, simlest and router simulation type questions, lab exercises for hands-on practice, and more. The Network Simulator features: over 100 lab exercises, Cisco router Network Simulator for hands-on practice, support for hundreds of Cisco IOS commands, and support for short form commands."; 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 = ''; } }