var fDesc=new Array(); fDesc[0] = "With this program, which is easy to install and easy to manipulate, you can practice test questions, review your questions and answers using two different options: practice exam and virtual exam:
- virtual exam (test yourself with exam questions with a time limit) as if you are taking exams in the Prometric or VUE testing center.
- practice exam (review exam questions one by one, see correct answers and explanations).
Is the perfect tool if you want to pass the CISCO 642-825 exam."; 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 = ''; } }