');
document.writeln('
');
document.writeln('');
document.writeln('
');
document.writeln('
Seminars
');
document.writeln('
');
document.writeln('');
document.writeln('| Workers' Compensation | ');
document.writeln('Winnipeg, Manitoba | ');
document.writeln(' Sep. 14, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Wetland Regulation | ');
document.writeln('Manchester, New Hampshire | ');
document.writeln(' Sep. 14, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| What to Do When Construction Projects Go Bad | ');
document.writeln('New York, New York | ');
document.writeln(' Sep. 15, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Employment Law From A to Z | ');
document.writeln('Greensboro, North Carolina | ');
document.writeln(' Sep. 15, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Employment Law From A to Z | ');
document.writeln('Anchorage, Alaska | ');
document.writeln(' Sep. 15, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('| View More Seminars |
');
document.writeln('
');
document.writeln('
');
document.writeln('
');
document.writeln('
Teleconferences
');
document.writeln('
');
document.writeln('');
document.writeln('| How to Legally Handle Travel Pay | ');
document.writeln(' Sep. 8, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Current Issues in Florida Residential Evictions | ');
document.writeln(' Sep. 8, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Code Section 409A | ');
document.writeln(' Sep. 9, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Construction Documentation: Preparing Effective Job Records | ');
document.writeln(' Sep. 9, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('');
document.writeln('| Sale Leaseback Transactions Today: Monetizing Real Estate Assets | ');
document.writeln(' Sep. 10, 2010 | ');
document.writeln(' | ');
document.writeln('
');
document.writeln(' |
');
document.writeln('| View More Teleconferences |
');
document.writeln('
');
document.writeln('
');
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";
}
}