function write_lorman(){ document.writeln('
'); console.log('Webpage Bookstore Limit: 0');document.writeln('
'); document.writeln(''); document.writeln('Live Webinar (5) '); document.writeln('Live Webinar (5) '); document.writeln(''); document.writeln('OnDemand Webinar (5) '); document.writeln('OnDemand Webinar (5) '); document.writeln('
'); document.writeln('
 
'); document.writeln(''); document.writeln('
'); document.writeln('
Live Webinars
'); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
Ethical Issues in Construction Law  Mar. 29, 2024Learn More
Paycheck Calculation Basics  Apr. 3, 2024Learn More
Regulation CC: Availability of Funds and Collection of Checks  Apr. 4, 2024Learn More
Substance Abuse and Mental Health Records: 2024 Final Rule 42 CFR Part 2  Apr. 4, 2024Learn More
California SB553 Workplace Violence Prevention Plan - What Employers Need to Know  Apr. 4, 2024Learn More
View More Live Webinars
'); document.writeln('
'); document.writeln(''); document.writeln('
'); document.writeln('
OnDemand Webinar
'); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
Banking Ethics Learn More
Nonprofit Joint Ventures - Partnering with For-Profit Organizations Learn More
Utilizing Graphs and Charts in Microsoft® Excel® Learn More
IRS Form 8928: Excise Tax Reporting Update Learn More
Sustainable Design and LEED® Specification Requirements Learn More
View More OnDemand Webinars
'); document.writeln('
'); document.writeln('
'); } function lorman_tabs(id) { if ( id == "seminar" ) { document.getElementById("seminar_tab").className = "tab activeTab"; document.getElementById("teleconference_tab").className = "tab"; document.getElementById("bookstore_tab").className = "tab"; document.getElementById("ondemand_tab").className = "tab"; document.getElementById("seminar").style.display = "block"; document.getElementById("teleconference").style.display = "none"; document.getElementById("bookstore").style.display = "none"; document.getElementById("ondemand").style.display = "none"; } else if ( id == "teleconference" ) { document.getElementById("teleconference_tab").className = "tab activeTab"; document.getElementById("seminar_tab").className = "tab"; document.getElementById("bookstore_tab").className = "tab"; document.getElementById("ondemand_tab").className = "tab"; document.getElementById("teleconference").style.display = "block"; document.getElementById("bookstore").style.display = "none"; document.getElementById("seminar").style.display = "none"; document.getElementById("ondemand").style.display = "none"; } else if ( id == "ondemand" ) { document.getElementById("ondemand_tab").className = "tab activeTab"; document.getElementById("teleconference_tab").className = "tab"; document.getElementById("seminar_tab").className = "tab"; document.getElementById("bookstore_tab").className = "tab"; document.getElementById("ondemand").style.display = "block"; document.getElementById("teleconference").style.display = "none"; document.getElementById("bookstore").style.display = "none"; document.getElementById("seminar").style.display = "none"; } else { document.getElementById("bookstore_tab").className = "tab activeTab"; document.getElementById("seminar_tab").className = "tab"; document.getElementById("teleconference_tab").className = "tab"; document.getElementById("ondemand_tab").className = "tab"; document.getElementById("bookstore").style.display = "block"; document.getElementById("teleconference").style.display = "none"; document.getElementById("seminar").style.display = "none"; document.getElementById("ondemand").style.display = "none"; } }