if (document.images) {
	var ImgOver = new Array();
	ImgOver[0] = new Image();
	ImgOver[1] = new Image();
	ImgOver[2] = new Image();
	ImgOver[3] = new Image();
	ImgOver[4] = new Image();
	ImgOver[5] = new Image();
	ImgOver[6] = new Image();
	ImgOver[7] = new Image();
	ImgOver[8] = new Image();
	ImgOver[9] = new Image();
	ImgOver[10] = new Image();
	ImgOver[11] = new Image();
	ImgOver[12] = new Image();
	ImgOver[13] = new Image();

	ImgOver[0].src = "img/background_left.gif";
	ImgOver[1].src = "img/building_3200main1.gif";
	ImgOver[2].src = "img/building_adamhat1.gif";
	ImgOver[3].src = "img/building_continental1.gif";
	ImgOver[4].src = "img/building_farmandranch1.gif";
	ImgOver[5].src = "img/building_mitchell1.gif";
	ImgOver[6].src = "img/building_murray1.gif";

	ImgOver[7].src = "img/link_downtown1.gif";

	ImgOver[8].src = "img/left_3200main.jpg";
	ImgOver[9].src = "img/left_adamhat.jpg";
	ImgOver[10].src = "img/left_continental.jpg";
	ImgOver[11].src = "img/left_farmandranch.jpg";
	ImgOver[12].src = "img/left_mitchell.jpg";
	ImgOver[13].src = "img/left_murray.jpg";

	var ImgOut = new Array();

	ImgOut[0] = new Image();
	ImgOut[1] = new Image();
	ImgOut[2] = new Image();
	ImgOut[3] = new Image();
	ImgOut[4] = new Image();
	ImgOut[5] = new Image();
	ImgOut[6] = new Image();
	ImgOut[7] = new Image();

	ImgOut[0].src = "img/background_left.gif";
	ImgOut[1].src = "img/building_3200main.gif";
	ImgOut[2].src = "img/building_adamhat.gif";
	ImgOut[3].src = "img/building_continental.gif";
	ImgOut[4].src = "img/building_farmandranch.gif";
	ImgOut[5].src = "img/building_mitchell.gif";
	ImgOut[6].src = "img/building_murray.gif";
	ImgOut[7].src = "img/link_downtown.gif";
}

	function Rollover(i) {
		if (document.images)
			document.images[i].src = ImgOver[i].src; 
			document.images[0].src= ImgOver[i+7].src;
		}

	function Rollout(i) {
		if (document.images)
			document.images[i].src = ImgOut[i].src; 
			document.images[0].src = ImgOut[0].src;
		}
		

	function Rollover1(i) {
		if (document.images)
			document.images[i].src = ImgOver[i].src; 
		}

	function Rollout1(i) {
		if (document.images)
			document.images[i].src = ImgOut[i].src; 
		}