var fDesc=new Array(); fDesc[0] = "ActualTests Questions and Answers for Cisco 200-120 is an exam training app. It lets you control the training process by customizing your 200-120 practice certification questions and answers. The application offers truly interactive CCNA Routing and Switching practice tests. You can also create and take notes on any 200-120 question for better learning."; 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 = ''; } }