var fDesc=new Array(); fDesc[0] = "TestKing Questions and Answers for Cisco 650-297 is a program that can help you to prepare for the Cisco exam.
Testing engine will give you the opportunity to practice for your testking 650-297 exam in a replica of real exam environment. You can chose the sections of Specialist 650-297 exam which you believe need your attention the most. You can create notes and marks questions during your practice sessions with testking 650-297 pratice exam so that you can review them latter and cover your weak areas."; 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 = ''; } }