function O_openBrWindow(theURL,winName,features) {

window.open(theURL,winName,features);
  
}

var browser=false;

if (document.images) browser=true;

function objectdata(replaceimg,restoreimg,wmess) {

if (browser) { 
this.wmess=wmess;
this.simg=new Image();
this.simg.src=replaceimg;
this.rimg=new Image();
this.rimg.src=restoreimg; } 

}

if (browser) {

var object=new Array();

object['img_1']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n1r.gif","http://www.harbisonhoyt.com/graphic/links/n1.gif","About");

object['img_2']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n2r.gif","http://www.harbisonhoyt.com/graphic/links/n2.gif","Attorney Profiles");

object['img_3']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n3r.gif","http://www.harbisonhoyt.com/graphic/links/n3.gif","Practice Areas");

object['img_4']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n4r.gif","http://www.harbisonhoyt.com/graphic/links/n4.gif","Articles");

object['img_5']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n5r.gif","http://www.harbisonhoyt.com/graphic/links/n5.gif","Blog");

object['img_6']= new
objectdata("http://www.harbisonhoyt.com/graphic/links/n6r.gif","http://www.harbisonhoyt.com/graphic/links/n6.gif","Contact");

object['img_s1']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s1r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s1.gif","Divorce & Family Law");

object['img_s2']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s2r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s2.gif","Criminal Law");

object['img_s3']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s3r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s3.gif","DUI & DWI Law");

object['img_d1']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/d1r.gif","http://www.harbisonhoyt.com/graphic/practice/links/d1.gif","AL DUI Penalties");

object['img_d2']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/d2r.gif","http://www.harbisonhoyt.com/graphic/practice/links/d2.gif","Out of State DUI Clients");

object['img_d3']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/d3r.gif","http://www.harbisonhoyt.com/graphic/practice/links/d3.gif","AL DUI Facts");

object['img_d4']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/d4r.gif","http://www.harbisonhoyt.com/graphic/practice/links/d4.gif","AL DUI Driver's License Suspension");

object['img_s4']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s4r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s4.gif","Business Law");

object['img_s5']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s5r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s5.gif","Construction Law");

object['img_s6']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s6r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s6.gif","Real Estate Law");

object['img_s7']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s7r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s7.gif","Collections");

object['img_s8']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s8r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s8.gif","Wills & Trusts");

object['img_s9']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/s9r.gif","http://www.harbisonhoyt.com/graphic/practice/links/s9.gif","Accident & Injury");

object['img_a1']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/a1r.gif","http://www.harbisonhoyt.com/graphic/practice/links/a1.gif","Alabama Car Accident");

object['img_a2']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/a2r.gif","http://www.harbisonhoyt.com/graphic/practice/links/a2.gif","After a Car Accident");

object['img_a3']= new
objectdata("http://www.harbisonhoyt.com/graphic/practice/links/a3r.gif","http://www.harbisonhoyt.com/graphic/practice/links/a3.gif","Trucking Accidents");

object['img_ap1']= new
objectdata("http://www.harbisonhoyt.com/graphic/about/links/a1r.gif","http://www.harbisonhoyt.com/graphic/about/links/a1.gif","Warren Harbison");

object['img_ap2']= new
objectdata("http://www.harbisonhoyt.com/graphic/about/links/a2r.gif","http://www.harbisonhoyt.com/graphic/about/links/a2.gif","Michael Hoyt");

}

function ReplaceOrig(name) {

if (browser) { 
window.status=object[name].wmess;
document[name].src=object[name].simg.src; } 

} 

function RestoreOrig(name) {

if (browser) {
window.status="";
document[name].src=object[name].rimg.src; } 

}
