if(document.images)
{
	// Navigation Rollovers
	var about_1 = new Image(); about_1.src = "/Assets/Images/Navigation/bt_aboutus_1.gif";
	var about_2 = new Image(); about_2.src = "/Assets/Images/Navigation/bt_aboutus_2.gif";
	var auto_1 = new Image(); auto_1.src = "/Assets/Images/Navigation/bt_auto_1.gif";
	var auto_2 = new Image(); auto_2.src = "/Assets/Images/Navigation/bt_auto_2.gif";
	var home_1 = new Image(); home_1.src = "/Assets/Images/Navigation/bt_home_1.gif";
	var home_2 = new Image(); home_2.src = "/Assets/Images/Navigation/bt_home_2.gif";
	var lifehealth_1 = new Image(); lifehealth_1.src = "/Assets/Images/Navigation/bt_lifehealth_1.gif";
	var lifehealth_2 = new Image(); lifehealth_2.src = "/Assets/Images/Navigation/bt_lifehealth_2.gif";
	var business_1 = new Image(); business_1.src = "/Assets/Images/Navigation/bt_business_1.gif";
	var business_2 = new Image(); business_2.src = "/Assets/Images/Navigation/bt_business_2.gif";
	var other_1 = new Image(); other_1.src = "/Assets/Images/Navigation/bt_other_1.gif";
	var other_2 = new Image(); other_2.src = "/Assets/Images/Navigation/bt_other_2.gif";
	// Utility Rollovers
	var claims_1 = new Image(); claims_1.src = "/Assets/Images/Navigation/sbt_claimsassist_1.gif";
	var claims_2 = new Image(); claims_2.src = "/Assets/Images/Navigation/sbt_claimsassist_2.gif";
	var contact_1 = new Image(); contact_1.src = "/Assets/Images/Navigation/sbt_contactus_1.gif";
	var contact_2 = new Image(); contact_2.src = "/Assets/Images/Navigation/sbt_contactus_2.gif";
	var rfq_1 = new Image(); rfq_1.src = "/Assets/Images/Navigation/sbt_requestquote_1.gif";
	var rfq_2 = new Image(); rfq_2.src = "/Assets/Images/Navigation/sbt_requestquote_2.gif";
	// Subnav Rollovers
	var autotips_1 = new Image(); autotips_1.src = "/Assets/Images/Navigation/sbt_autotips_1.gif";
	var autotips_2 = new Image(); autotips_2.src = "/Assets/Images/Navigation/sbt_autotips_2.gif";
	var insurance101_1 = new Image(); insurance101_1.src = "/Assets/Images/Navigation/sbt_insurance101_1.gif";
	var insurance101_2 = new Image(); insurance101_2.src = "/Assets/Images/Navigation/sbt_insurance101_2.gif";
	var hocoverages_1 = new Image(); hocoverages_1.src = "/Assets/Images/Navigation/sbt_homeownercov_1.gif";
	var hocoverages_2 = new Image(); hocoverages_2.src = "/Assets/Images/Navigation/sbt_homeownercov_2.gif";
	var agents_1 = new Image(); agents_1.src = "/Assets/Images/Navigation/sbt_meettheagents_1.gif";
	var agents_2 = new Image(); agents_2.src = "/Assets/Images/Navigation/sbt_meettheagents_2.gif";
	var careers_1 = new Image(); careers_1.src = "/Assets/Images/Navigation/sbt_employment_1.gif";
	var careers_2 = new Image(); careers_2.src = "/Assets/Images/Navigation/sbt_employment_2.gif";
}

function imgSwap(imgName,newImg,winStat)
{
	if (document.images)
	{
		document.images[imgName].src = eval(newImg + ".src");
		window.status = winStat;
	}
}