﻿<!--
	if (document.images) {

	img1off = new Image(); img1off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=7";
	img2off = new Image(); img2off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=11";
	img3off = new Image(); img3off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=5"; 
	img4off = new Image(); img4off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=3326";
	img5off = new Image(); img5off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=15"; 
	img6off = new Image(); img6off.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=13";

	img1on = new Image(); img1on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=8"; 
	img2on = new Image(); img2on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=12"; 
	img3on = new Image(); img3on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=6"; 
	img4on = new Image(); img4on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=3325";	
	img5on = new Image(); img5on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=16";
	img6on = new Image(); img6on.src = "http://sacramentocacoc.weblinkconnect.com/CWT/External/WCPages/WCWebContent/WebContentPage.aspx?ContentID=14";
	
		}
	function imgOn(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName + "on.src"); 
	}
	}
	function imgOff(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName + "off.src");
	}
	}
	// -->