var fDesc=new Array(); fDesc[0] = "This Practice Exam is a solution that offers you a Pass Guarantee for CompTIA A Practical Application Exam (220-702). It covers all the exam objectives and includes 600 challenging and complete questions along with comprehensive explanations that would get you prepared. The practice exam is integrated with a good exam engine - Success Engine, which presents you with a Simulated Exam Interface, Detailed Score Reports, Historical Analyses, Resumable Suspended Activities, and Unlimited, Free Auto-Updates. Through Success Engine, you are able to examine and track your performance on each exam objective with chart analyses."; 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 = ''; } }