<!--  

if (document.images) {	

	abouton = new Image(174, 22);
	abouton.src = "images/HNR_about.gif"
	aboutoff = new Image(174, 22);
	aboutoff.src = "images/HN_about.gif"
	
	productson = new Image(174, 24);
	productson.src = "images/HNR_products.gif"
	productsoff = new Image(174, 24);
	productsoff.src = "images/HN_products.gif"
	
	productnewson = new Image(174, 24);
	productnewson.src = "images/HNR_productnews.gif"
	productnewsoff = new Image(174, 24);
	productnewsoff.src = "images/HN_productnews.gif"
	
	testimonialson = new Image(174, 24);
	testimonialson.src = "images/HNR_testimonials.gif"
	testimonialsoff = new Image(174, 24);
	testimonialsoff.src = "images/HN_testimonials.gif"
	
	prefbuyerson = new Image(174, 24);
	prefbuyerson.src = "images/HNR_prefbuyers.gif"
	prefbuyersoff = new Image(174, 24);
	prefbuyersoff.src = "images/HN_prefbuyers.gif"
	
	industrylinkson = new Image(174, 23);
	industrylinkson.src = "images/HNR_industrylinks.gif"
	industrylinksoff = new Image(174, 23);
	industrylinksoff.src = "images/HN_industrylinks.gif"
	
	contacton = new Image(117, 39);
	contacton.src = "images/HNR_contact.gif"
	contactoff = new Image(117, 39);
	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 = '';

function focusFirst()
{
	if ((document.forms.length > 0) &&
		(document.forms[0].elements.length > 0))
		document.forms[0].elements[0].focus();
}

window.onload=focusFirst;

function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103061212252832953', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 


// -->