<!--  

/*
DO NOT EDIT THIS FILE
This page is grabbed by a parser and flowed into a .js file

Updated: 10/30/03 06:12:51 by 
*/

if (document.images) {	

	abouton = new Image(130,26);
	abouton.src = "/images/HNR_about.gif"
	aboutoff = new Image(130,26);
	aboutoff.src = "/images/HN_about.gif"
	
	technologyon = new Image(130,39);
	technologyon.src = "/images/HNR_technology.gif"
	technologyoff = new Image(130,39);
	technologyoff.src = "/images/HN_technology.gif"
	
	clinicalon = new Image(130,26);
	clinicalon.src = "/images/HNR_clinical.gif"
	clinicaloff = new Image(130,26);
	clinicaloff.src = "/images/HN_clinical.gif"
	
	newson = new Image(130,26);
	newson.src = "/images/HNR_news.gif"
	newsoff = new Image(130,26);
	newsoff.src = "/images/HN_news.gif"
	
	infoon = new Image(130,39);
	infoon.src = "/images/HNR_info.gif"
	infooff = new Image(130,39);
	infooff.src = "/images/HN_info.gif"
	
	investorson = new Image(130,26);
	investorson.src = "/images/HNR_investors.gif"
	investorsoff = new Image(130,26);
	investorsoff.src = "/images/HN_investors.gif"
	
	careerson = new Image(130,26);
	careerson.src = "/images/HNR_careers.gif"
	careersoff = new Image(130,26);
	careersoff.src = "/images/HN_careers.gif"
	
	contacton = new Image(130,25);
	contacton.src = "/images/HNR_contact.gif"
	contactoff = new Image(130,25);
	contactoff.src = "/images/HN_contact.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");
} 


defaultStatus = '';

// -->



		
