
function MOver(i){i.style.color = '#003399'}
function MOut(i){i.style.color = '#000000'}

function ActMn(m){var obj = document.getElementById('menu').getElementsByTagName('td'); for(i=0; i<obj.length; i++){if(i==m){obj[i].className = 'MnAct'} else if(i==8){obj[i].className = 'MnNbd'} else {obj[i].className = 'MnNrm'; obj[i].onmouseover=function(){MOver(this)}; obj[i].onmouseout=function(){MOut(this)}}}}
var MnBar = '<table id="menu" cellpadding="0" cellspacing="0"><tr><td width="40">&nbsp;</td><td onclick=window.location="index.html" width="124">HOME</td><td onclick=window.location="about-us.html" width="124">ABOUT US</td><td onclick=window.location="areas-of-practice.html" width="124">AREAS OF PRACTICE</td><td onclick=window.location="attorneys.html" width="124">ATTORNEYS</td><td onclick=window.location="news.html" width="124">NEWS</td><td onclick=window.location="careers.html" width="124">CAREERS</td><td onclick=window.location="contact-us.html" width="124">CONTACT US</td><td width="40">&nbsp;</td></tr></table>'
var year = new Date().getFullYear()
var Footer = '&copy;'+ year +' GIBSON, McASKILL & CROSBY, LLP <img src="images/bullet.gif" width="6" height="6" border="0" alt="" hspace="10"> <a class="ft" href="disclaimer.html">DISCLAIMER</a>'

var Aop = ''+
'<b class="tt">AREAS OF PRACTICE</b>'+
'<br><br>'+
'<ul class="ulsd">'+
'<li><a href="areas-of-practice.html#1">Asbestos and Toxic Torts</a>'+
'<li><a href="areas-of-practice.html#2">Automotive Product Liability</a>'+
'<li><a href="areas-of-practice.html#3">Business & Commercial Litigation</a>'+
'<li><a href="areas-of-practice.html#4">Casualty & Insurance Defense</a>'+
'<li><a href="areas-of-practice.html#5">Defense of Nursing Homes & Managed Care </a>'+
'<li><a href="areas-of-practice.html#6">Employment Law</a>'+
'<li><a href="areas-of-practice.html#7">Estates, Trusts And Tax</a>'+
'<li><a href="areas-of-practice.html#8">Industrial, Construction & Workplace</a>'+
'<li><a href="areas-of-practice.html#9">Insurance Coverage</a>'+
'<li><a href="areas-of-practice.html#10">Medical Malpractice Defense</a>'+
'<li><a href="areas-of-practice.html#11">Product Liability Defense</a>'+
'<li><a href="areas-of-practice.html#12">Trucking Litigation</a>'+
'</ul>'
