var fDesc=new Array(); fDesc[0] = "70-410 Questions & Answers is a program that mirrors the actual 70-410 exam while allowing you to hone and measure every aspect of your test-taking ability. You can view all exams available and an exam history – view all test results from your previous practice tests, once you have taken any. If you have any unfinished exams, you can resume them from here, or you can also delete unwanted exams."; 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 = ''; } }