if(document.images) {
	
	productson = new Image();
	productson.src = "/images/nav/products_on.gif";
	productsoff = new Image();
	productsoff.src = "/images/nav/products.gif";
	productsroll = new Image();
	productsroll.src = "/images/products.jpg";
	
	testimonialson = new Image();
	testimonialson.src = "/images/nav/testimonials_on.gif";
	testimonialsoff = new Image();
	testimonialsoff.src = "/images/nav/testimonials.gif";
	testimonialsroll = new Image();
	testimonialsroll.src = "/images/testimonials.jpg";
	
	producthistoryon = new Image();
	producthistoryon.src = "/images/nav/producthistory_on.gif";
	producthistoryoff = new Image();
	producthistoryoff.src = "/images/nav/producthistory.gif";
	producthistoryroll = new Image();
	producthistoryroll.src = "/images/producthistory.jpg";
	
	contacton = new Image();
	contacton.src = "/images/nav/contact_on.gif";
	contactoff = new Image();
	contactoff.src = "/images/nav/contact.gif";
	contactroll = new Image();
	contactroll.src = "/images/contact.jpg";
	
	disclaimeron = new Image();
	disclaimeron.src = "/images/nav/disclaimer_on.gif";
	disclaimeroff = new Image();
	disclaimeroff.src = "/images/nav/disclaimer.gif";
	disclaimerroll = new Image();
	disclaimerroll.src = "/images/disclaimer.jpg";
	
	faqon = new Image();
	faqon.src = "/images/nav/faq_on.gif";
	faqoff = new Image();
	faqoff.src = "/images/nav/faq.gif";
	faqroll = new Image();
	faqroll.src = "/images/faq.jpg";
	
	
}

function jivein(imageName)
{
	if(document.images)
	{
		document[imageName].src = eval(imageName + "on.src");
		document['Feature'].src = eval(imageName + "roll.src");
	}
}

function jiveout(imageName)
{
	if(document.images)
	{
		document[imageName].src = eval(imageName + "off.src");
		document['Feature'].src = "/images/normal.jpg";
	}
}
