<!--  

if (document.images) {	

	abouton = new Image(198, 30);
	abouton.src = "images/HNR_about.gif"
	aboutoff = new Image(198, 30);
	aboutoff.src = "images/HN_about.gif"
	
	holdingon = new Image(198, 30);
	holdingon.src = "images/HNR_holdingfixtures.gif"
	holdingoff = new Image(198, 30);
	holdingoff.src = "images/HN_holdingfixtures.gif"
	
	extractorson = new Image(198, 30);
	extractorson.src = "images/HNR_extractors.gif"
	extractorsoff = new Image(198, 30);
	extractorsoff.src = "images/HN_extractors.gif"
	
	techon = new Image(198, 30);
	techon.src = "images/HNR_techsection.gif"
	techoff = new Image(198, 30);
	techoff.src = "images/HN_techsection.gif"
	
	faqon = new Image(198, 30);
	faqon.src = "images/HNR_productfaq.gif"
	faqoff = new Image(198, 30);
	faqoff.src = "images/HN_productfaq.gif"
	
	contacton = new Image(198, 31);
	contacton.src = "images/HNR_contact.gif"
	contactoff = new Image(198, 31);
	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 = '';

// -->