<!--

	if (parseInt(navigator.appVersion) >= 3) {

	

		off = new MakeArray(14)

		on = new MakeArray(14)

		imgName = new MakeArray(14)

		blurb = new MakeArray(15)



		off[1].src = "images/personn1.gif"

		off[2].src = "images/history1.gif"

		off[3].src = "images/service1.gif"

		off[4].src = "images/housing1.gif"

		off[5].src = "images/howto1.gif"

		off[6].src = "images/press1.gif"

		off[7].src = "images/bidnot1.gif"

		off[8].src = "images/homenav3_off.gif"

		off[9].src = "images/homenav5_off.gif"

		off[10].src = "images/homenav7_off.gif"

		off[11].src = "images/intnav3_off.gif"

		off[12].src = "images/intnav4_off.gif"

		off[13].src = "images/intnav5_off.gif"

		off[14].src = "images/intnav6_off.gif"

		

		on[1].src = "images/personn2.gif"

		on[2].src = "images/history2.gif"

		on[3].src = "images/service2.gif"

		on[4].src = "images/housing2.gif"

		on[5].src = "images/howto2.gif"

		on[6].src = "images/press2.gif"

		on[7].src = "images/bidnot2.gif"

		on[8].src = "images/homenav3_on.gif"

		on[9].src = "images/homenav5_on.gif"

		on[10].src = "images/homenav7_on.gif"

		on[11].src = "images/intnav3_on.gif"

		on[12].src = "images/intnav4_on.gif"

		on[13].src = "images/intnav5_on.gif"

		on[14].src = "images/intnav6_on.gif"

		

		imgName[1] = "nav1"

		imgName[2] = "nav2"

		imgName[3] = "nav3"

		imgName[4] = "nav4"

		imgName[5] = "nav5"

		imgName[6] = "nav6"

		imgName[7] = "nav7"

		imgName[8] = "nav8"

		imgName[9] = "nav9"

		imgName[10] = "nav10"

		imgName[11] = "nav11"

		imgName[12] = "nav12"

		imgName[13] = "nav13"

		imgName[14] = "nav14"

		

		blurb[1] = "Welcome to the Florence Housing Authority web site!"

		blurb[2] = "Welcome to the Florence Housing Authority web site!"

		blurb[3] = "Welcome to the Florence Housing Authority web site!"

		blurb[4] = "Welcome to the Florence Housing Authority web site!"

		blurb[5] = "Welcome to the Florence Housing Authority web site!"

		blurb[6] = "Welcome to the Florence Housing Authority web site!"

		blurb[7] = "Welcome to the Florence Housing Authority web site!"

		blurb[8] = "Welcome to the Florence Housing Authority web site!"

		blurb[9] = "Welcome to the Florence Housing Authority web site!"

		blurb[10] = "Welcome to the Florence Housing Authority web site!"

		blurb[11] = "Welcome to the Florence Housing Authority web site!"

		blurb[12] = "Welcome to the Florence Housing Authority web site!"

		blurb[13] = "Welcome to the Florence Housing Authority web site!"

		blurb[14] = "Welcome to the Florence Housing Authority web site!"

		blurb[15] = "Welcome to the Florence Housing Authority web site!"

	}



	function MakeArray(n) {



		this.length = n

		for (var i = 1; i<=n; i++) {

			this[i] = new Image()

		}

		return this

	}



	function msover(num) {



		if (parseInt(navigator.appVersion) >= 3) {			

		

			document.images[imgName[num]].src = on[num].src;

			window.status = blurb[num];

		}

	}



	function msout(num) {



		if (parseInt(navigator.appVersion) >= 3) {

		

	    	document.images[imgName[num]].src = off[num].src

	    	window.status = blurb[15]

		}	            



	}	

// -->

