<!--  

if (document.images) {	

		missionon = new Image(78,24);
        missionon.src = "../images/HNR_mission.gif"
        missionoff = new Image(78,24);
        missionoff.src = "../images/HN_mission.gif"
						
		serviceson = new Image(84,24);
        serviceson.src = "../images/HNR_services.gif"
        servicesoff = new Image(84,24);
        servicesoff.src = "../images/HN_services.gif"
		
		projectson = new Image(85,24);
        projectson.src = "../images/HNR_projects.gif"
        projectsoff = new Image(85,24);
        projectsoff.src = "../images/HN_projects.gif"
		
		faqson = new Image(55,24);
        faqson.src = "../images/HNR_faqs.gif"
        faqsoff = new Image(55,24);
        faqsoff.src = "../images/HN_faqs.gif"
		
		repairon = new Image(177,24);
        repairon.src = "../images/HNR_repair.gif"
        repairoff = new Image(177,24);
        repairoff.src = "../images/HN_repair.gif"

 }

function On(imgName) {
      if (document.images) 
          document.images[imgName].src = eval(imgName + "on.src");
}

function Off(imgName) {
      if (document.images)
             document.images[imgName].src = eval(imgName + "off.src");
} 

function display_next(filename){

	/* initialize variables*/
	var file = filename

	/* determine browser */
	var bName = navigator.appName;
	var bVer = parseFloat(navigator.appVersion);
	
	if (bName == "Netscape") 
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=540,height=500");
	else  
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=540,height=500");
}

function display_hor(filename){

	/* initialize variables*/
	var file = filename

	/* determine browser */
	var bName = navigator.appName;
	var bVer = parseFloat(navigator.appVersion);
	
	if (bName == "Netscape") 
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=540,height=375");
	else  
		NewWindow = window.open(file, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,copyhistory=0,width=540,height=375");
}

defaultStatus = '';

//-->

<!--  
function swapImgRestore() { //v3.0
  var i,x,a=document.sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function swapImage() { //v3.0
  var i,j=0,x,a=swapImage.arguments; document.sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=findObj(a[i]))!=null){document.sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

defaultStatus = '';

// -->