var fDesc=new Array(); fDesc[0] = "Becker Professional Education's Final Review is the only intensive, last minute, on-demand product available in the market. It complements your CPA Exam Review course, and it's designed to help you focus your study time during the final days leading up to your exam day.

Final review helps you build confidence and condition yourself for exam day success; provides comprehensive preparation for first-time exam takers and anyone retaking an exam section; shows you which areas to focus during your last critical hours of study; protects your investment of preparation time and exam fees."; 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 = ''; } }