if(document.images)
{
	// homepage rollovers
	var hom_home_1 = new Image(); hom_home_1.src = "/Assets/Images/Navigation/Homepage/bt_home_1.gif";
	var hom_home_2 = new Image(); hom_home_2.src = "/Assets/Images/Navigation/Homepage/bt_home_2.gif";
	var hom_history_1 = new Image(); hom_history_1.src = "/Assets/Images/Navigation/Homepage/bt_history_1.gif";
	var hom_history_2 = new Image(); hom_history_2.src = "/Assets/Images/Navigation/Homepage/bt_history_2.gif";
	var hom_consumer_1 = new Image(); hom_consumer_1.src = "/Assets/Images/Navigation/Homepage/bt_consumer_1.gif";
	var hom_consumer_2 = new Image(); hom_consumer_2.src = "/Assets/Images/Navigation/Homepage/bt_consumer_2.gif";
	var hom_retail_1 = new Image(); hom_retail_1.src = "/Assets/Images/Navigation/Homepage/bt_retail_1.gif";
	var hom_retail_2 = new Image(); hom_retail_2.src = "/Assets/Images/Navigation/Homepage/bt_retail_2.gif";
	var hom_foodserv_1 = new Image(); hom_foodserv_1.src = "/Assets/Images/Navigation/Homepage/bt_foodserv_1.gif";
	var hom_foodserv_2 = new Image(); hom_foodserv_2.src = "/Assets/Images/Navigation/Homepage/bt_foodserv_2.gif";
	var hom_ingredients_1 = new Image(); hom_ingredients_1.src = "/Assets/Images/Navigation/Homepage/bt_ingredients_1.gif";
	var hom_ingredients_2 = new Image(); hom_ingredients_2.src = "/Assets/Images/Navigation/Homepage/bt_ingredients_2.gif";
	var hom_links_1 = new Image(); hom_links_1.src = "/Assets/Images/Navigation/Homepage/bt_links_1.gif";
	var hom_links_2 = new Image(); hom_links_2.src = "/Assets/Images/Navigation/Homepage/bt_links_2.gif";
	var hom_contact_1 = new Image(); hom_contact_1.src = "/Assets/Images/Navigation/Homepage/bt_contact_1.gif";
	var hom_contact_2 = new Image(); hom_contact_2.src = "/Assets/Images/Navigation/Homepage/bt_contact_2.gif";
	
	//Subnav rollovers
	var retail_1 = new Image(); retail_1.src = "/Assets/Images/Navigation/Subnav/farms_retail_1.gif";
	var retail_2 = new Image(); retail_2.src = "/Assets/Images/Navigation/Subnav/farms_retail_2.gif";
	var foodservice_1 = new Image(); foodservice_1.src = "/Assets/Images/Navigation/Subnav/farms_food_1.gif";
	var foodservice_2 = new Image(); foodservice_2.src = "/Assets/Images/Navigation/Subnav/farms_food_2.gif";
	var ingredients_1 = new Image(); ingredients_1.src = "/Assets/Images/Navigation/Subnav/food_ingredients_1.gif";
	var ingredients_2 = new Image(); ingredients_2.src = "/Assets/Images/Navigation/Subnav/food_ingredients_2.gif";
	var customer_1 = new Image(); customer_1.src = "/Assets/Images/Navigation/Subnav/sub_customer_1.gif";
	var customer_2 = new Image(); customer_2.src = "/Assets/Images/Navigation/Subnav/sub_customer_2.gif";
	var quality_1 = new Image(); quality_1.src = "/Assets/Images/Navigation/Subnav/sub_quality_1.gif";
	var quality_2 = new Image(); quality_2.src = "/Assets/Images/Navigation/Subnav/sub_quality_2.gif";
	var products_1 = new Image(); products_1.src = "/Assets/Images/Navigation/Subnav/sub_products_1.gif";
	var products_2 = new Image(); products_2.src = "/Assets/Images/Navigation/Subnav/sub_products_2.gif";
	var eggfacts_1 = new Image(); eggfacts_1.src = "/Assets/Images/Navigation/Subnav/sub_eggfacts_1.gif";
	var eggfacts_2 = new Image(); eggfacts_2.src = "/Assets/Images/Navigation/Subnav/sub_eggfacts_2.gif";
	var sfeggfacts_1 = new Image(); sfeggfacts_1.src = "/Assets/Images/Navigation/Subnav/sub_specialtyeggfacts_1.gif";
	var sfeggfacts_2 = new Image(); sfeggfacts_2.src = "/Assets/Images/Navigation/Subnav/sub_specialtyeggfacts_2.gif";
	var recipes_1 = new Image(); recipes_1.src = "/Assets/Images/Navigation/Subnav/consumer_recipes_1.jpg";
	var recipes_2 = new Image(); recipes_2.src = "/Assets/Images/Navigation/Subnav/consumer_recipes_2.jpg";
}

function imgSwap(imgName,newImg,winStat)
{
	if (document.images)
	{
		document.images[imgName].src = eval(newImg + ".src");
		window.status = winStat;
	}
}