<!--
if (document.images){
	about = new Image();
	about.src = "images/h-n-about0.gif"
	about1 = new Image();
	about1.src = "images/h-n-about1.gif"
	
	attorneys = new Image();
	attorneys.src = "images/h-n-attorneys0.gif"
	attorneys1 = new Image();
	attorneys1.src = "images/h-n-attorneys1.gif"
	
	practice = new Image();
	practice.src = "images/h-n-practice0.gif"
	practice1 = new Image();
	practice1.src = "images/h-n-practice1.gif"
	
	news = new Image();
	news.src = "images/h-n-news0.gif"
	news1 = new Image();
	news1.src = "images/h-n-news1.gif"
	
	contact = new Image();
	contact.src = "images/h-n-contact.gif"
	contact1 = new Image();
	contact1.src = "images/h-n-contact1.gif"
	
	function iC(i, iName){
    	document.images[i].src = eval(i + iName + ".src");
    }
}    
//-->
