function write_lorman(){ document.writeln('
'); document.writeln('
'); document.writeln('Seminar (5) '); document.writeln('Seminar (5) '); document.writeln('Teleconference (5) '); document.writeln('Teleconference (5) '); document.writeln('Bookstore (5) '); document.writeln('Bookstore (5) '); document.writeln(''); document.writeln('
'); document.writeln('
 
'); document.writeln('
'); document.writeln('
Seminars
'); 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('
Workers' CompensationWinnipeg, Manitoba  Sep. 14, 2010Learn More
Wetland RegulationManchester, New Hampshire  Sep. 14, 2010Learn More
What to Do When Construction Projects Go BadNew York, New York  Sep. 15, 2010Learn More
Employment Law From A to ZGreensboro, North Carolina  Sep. 15, 2010Learn More
Employment Law From A to ZAnchorage, Alaska  Sep. 15, 2010Learn More
View More Seminars
'); document.writeln('
'); document.writeln('
'); document.writeln('
Teleconferences
'); 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('
How to Legally Handle Travel Pay  Sep. 8, 2010Learn More
Current Issues in Florida Residential Evictions  Sep. 8, 2010Learn More
Code Section 409A  Sep. 9, 2010Learn More
Construction Documentation: Preparing Effective Job Records  Sep. 9, 2010Learn More
Sale Leaseback Transactions Today: Monetizing Real Estate Assets  Sep. 10, 2010Learn More
View More Teleconferences
'); document.writeln('
'); document.writeln('
'); document.writeln('
Bookstore
'); 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('
Construction Lien Law'); document.writeln('Manual '); document.writeln('Online Manual '); document.writeln('UtahLearn More
Construction Lien Law'); document.writeln('Manual '); document.writeln('Online Manual '); document.writeln('New JerseyLearn More
Employment Law From A to Z'); document.writeln('Manual '); document.writeln('Online Manual '); document.writeln('MassachusettsLearn More
Employment Law From A to Z'); document.writeln('Manual '); document.writeln('Online Manual '); document.writeln('CD & Manual '); document.writeln('New JerseyLearn More
Water Rights Sales and Transfers'); document.writeln('Manual '); document.writeln('Online Manual '); document.writeln('CD & Manual '); document.writeln('CaliforniaLearn More
View More Bookstore Products
'); document.writeln('
'); 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"; } }