var fDesc=new Array(); fDesc[0] = "Total Tester Practice Exams will prepare you to pass the corresponding CompTIA certification exam. Review the referenced study materials and detailed explanations. Use your Detailed Exam Results to identify the objectives where your knowledge is weak, and study those areas in more depth. Also review each question and the explanation for each question, especially those you answered incorrectly."; 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 = ''; } }