if	(document.images)
{
	ourFirm_off = new Image
	ourFirm_on = new Image
	
	firmHistory_off = new Image
	firmHistory_on = new Image
	
	attorneys_off = new Image
	attorneys_on = new Image
	
	practiceAreas_off = new Image
	practiceAreas_on = new Image
	
	contactUs_off = new Image
	contactUs_on = new Image
	
	
	ourFirm_off.src = "images/ourFirm_off.gif"
	ourFirm_on.src = "images/ourFirm_on.gif"
	
	firmHistory_off.src = "images/firmHistory_off.gif"
	firmHistory_on.src = "images/firmHistory_on.gif"
	
	attorneys_off.src = "images/attorneys_off.gif"
	attorneys_on.src = "images/attorneys_on.gif"
	
	practiceAreas_off.src = "images/practiceAreas_off.gif"
	practiceAreas_on.src = "images/practiceAreas_on.gif"
	
	contactUs_off.src = "images/contactUs_off.gif"
	contactUs_on.src = "images/contactUs_on.gif"
	
	}
				
else
	{
	ourFirm_off= ""
	ourFirm_on= ""
	document.ourFirm = ""
	
	firmHistory_off= ""
	firmHistory_on= ""
	document.firmHistory = ""
	
	attorneys_off= ""
	attorneys_on= ""
	document.attorneys = ""
	
	practiceAreas_off= ""
	practiceAreas_on= ""
	document.practiceAreas = ""
	
	contactUs_off= ""
	contactUs_on= ""
	document.contactUs = ""
}

<!--<a href="#" onMouseover="document.image.src=image_on.src" onMouseout="document.image.src=image_off.src"><img src="images/image_off.gif" width="1" height="1" border="0" alt="image" name="image"></a>