var fDesc=new Array(); fDesc[0] = "Prepare for your E20-001 Exam using the Innovative Testing Engine, serving up perfect Practice Questions and IT industry veteran verified Answers.
Testing Engine Break Down:

-E20-001 Questions divided into Exam Core Sections
-Choose from Practice & Virtual Exam Modes
-Drag & Drop and Multiple Choice Questions
-Make Notes on the fly during your Practice Exam
-Mark questions for review later on
-Correct Answers verified by Experts"; 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 = ''; } }