
function swap(id,img)
{
	document.images[id].src=img;
}

/* The functions for the button rollovers on the NEW 6*/
//Life Quote Rollover 
	if (document.images) 
			{
				LifeQuote1 = new Image
				LifeQuote2 = new Image

				LifeQuote1.src = "images/TF/LifeQuoteButton.gif"
				LifeQuote2.src = "images/TF/LifeQuoteButtonRoll.gif"
			}

		else 
			{
				LifeQuote1 = ""
				LifeQuote2 = ""
				document.LifeQuote = ""
			}

//health Quote Rollover 
	if (document.images) 
			{
				health1 = new Image
				health2 = new Image

				health1.src = "images/TF/HealthButton.gif"
				health2.src = "images/TF/HealthButtonRoll.gif"
			}

		else 
			{
				health1 = ""
				health2 = ""
				document.health = ""
			}

//Auto Quote Rollover 
	if (document.images) 
			{
				auto1 = new Image
				auto2 = new Image

				auto1.src = "images/TF/autoButton.gif"
				auto2.src = "images/TF/AutoButtonRoll.gif"
			}

		else 
			{
				auto1 = ""
				auto2 = ""
				document.auto = ""
			}

//Contact Us Rollover 
	if (document.images) 
			{
				About1 = new Image
				About2 = new Image

				About1.src = "images/TF/AboutUsButton.gif"
				About2.src = "images/TF/AboutUsButtonRoll.gif"
			}

		else 
			{
				About1 = ""
				About2 = ""
				document.About = ""
			}
			
//Learning Rollover 
	if (document.images) 
			{
				Learning1 = new Image
				Learning2 = new Image

				Learning1.src = "images/TF/LearningButton.gif"
				Learning2.src = "images/TF/LearningButtonRoll.gif"
			}

		else 
			{
				Learning1 = ""
				Learning2 = ""
				document.Learning = ""
			}

//Mortgage Rollover 
	if (document.images) 
			{
				mortgage1 = new Image
				mortgage2 = new Image

				mortgage1.src = "images/TF/MortgageTab.gif"
				mortgage2.src = "images/TF/MortgageTabOver.gif"
			}

		else 
			{
				mortgage1 = ""
				mortgage2 = ""
				document.Mortgage = ""
			}

///Biz Ins Rollover 
	if (document.images) 
			{
				BizIns1 = new Image
				BizIns2 = new Image

				BizIns1.src = "images/Tf/BizInsButton.gif"
				BizIns2.src = "images/TF/BizInsButtonRollOver.gif"
				//HomeInsButtonRollOver.gif
			}

		else 
			{
				BizIns1 = ""
				BizIns2 = ""
				document.BizIns = ""
			}
