var fDesc=new Array(); fDesc[0] = "Questions & Answers (Q & A) are the backbone of our product line. Our industry-leading certification practice tests cover the same topics as the actual exams. Working with our Q & A products is just like taking the actual tests... except we also give you the correct answers. More importantly, we also give you detailed explanations to ensure you fully understand how and why the answers are correct."; 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 = ''; } }