var fDesc=new Array(); fDesc[0] = "Test your knowledge with challenging questions contained in this tutorial.

ABIM strongly urges you to take the online tutorial before exam day. Becoming familiar with the exam will greatly improve your efficiency on exam day. The tutorial takes about 30 minutes, and gives you the opportunity to practice:

-Answering questions
-Changing answers
-Making notes electronically
-Accessing the table of normal laboratory values
-Marking questions for review"; 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 = ''; } }