<!--  

if (document.images) {	

	abouton = new Image(57, 24);
	abouton.src = "../images/SNR_about.gif"
	aboutoff = new Image(57, 24);
	aboutoff.src = "../images/SN_about.gif"
	
	productson = new Image(69, 24);
	productson.src = "../images/SNR_products.gif"
	productsoff = new Image(69, 24);
	productsoff.src = "../images/SN_products.gif"
	
	productnewson = new Image(102, 24);
	productnewson.src = "../images/SNR_productnews.gif"
	productnewsoff = new Image(102, 24);
	productnewsoff.src = "../images/SN_productnews.gif"
	
	testimonialson = new Image(89, 24);
	testimonialson.src = "../images/SNR_testimonials.gif"
	testimonialsoff = new Image(89, 24);
	testimonialsoff.src = "../images/SN_testimonials.gif"
	
	prefbuyerson = new Image(119, 24);
	prefbuyerson.src = "../images/SNR_prefbuyers.gif"
	prefbuyersoff = new Image(119, 24);
	prefbuyersoff.src = "../images/SN_prefbuyers.gif"
	
	industrylinkson = new Image(97, 24);
	industrylinkson.src = "../images/SNR_industrylinks.gif"
	industrylinksoff = new Image(97, 24);
	industrylinksoff.src = "../images/SN_industrylinks.gif"
	
	contacton = new Image(65, 24);
	contacton.src = "../images/SNR_contact.gif"
	contactoff = new Image(65, 24);
	contactoff.src = "../images/SN_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';
} 


// -->