<!--// Load MouseOver Script

if (document.images) {

	var onImgArray = new Array()
	onImgArray[0] = new Image(66,23)
	onImgArray[1] = new Image(66,23)
	onImgArray[2] = new Image(66,23)
	onImgArray[3] = new Image(66,23)
	onImgArray[4] = new Image(66,23)
	onImgArray[5] = new Image(66,23)
	onImgArray[6] = new Image(66,23)
	onImgArray[7] = new Image(66,23)
	onImgArray[8] = new Image(66,23)
	onImgArray[9] = new Image(66,23)
	onImgArray[10] = new Image(66,23)
	onImgArray[11] = new Image(66,23)
	onImgArray[12] = new Image(66,23)

	onImgArray[0].src = "https://secure.future-s.com/~r813/images/head-o-1-2.gif"
	onImgArray[1].src = "https://secure.future-s.com/~r813/images/head-o-2-2.gif"
	onImgArray[2].src = "https://secure.future-s.com/~r813/images/head-o-3-2.gif"
	onImgArray[3].src = "https://secure.future-s.com/~r813/images/head-o-4-2.gif"
	onImgArray[4].src = "https://secure.future-s.com/~r813/images/head-o-5-2.gif"
	onImgArray[5].src = "https://secure.future-s.com/~r813/images/head-o-6-2.gif"
	onImgArray[6].src = "https://secure.future-s.com/~r813/images/head-o-7-2.gif"
	onImgArray[7].src = "https://secure.future-s.com/~r813/images/head-o-8-2.gif"
	onImgArray[8].src = "https://secure.future-s.com/~r813/images/head-o-9-2.gif"
	onImgArray[9].src = "https://secure.future-s.com/~r813/images/head-o-10-2.gif"
	onImgArray[10].src = "https://secure.future-s.com/~r813/images/head-o-11-2.gif"
	onImgArray[11].src = "https://secure.future-s.com/~r813/images/head-o-12-2.gif"
	onImgArray[12].src = "https://secure.future-s.com/~r813/images/head-o-13-2.gif"

	var offImgArray = new Array()
	offImgArray[0] = new Image(66,23)
	offImgArray[1] = new Image(66,23)
	offImgArray[2] = new Image(66,23)
	offImgArray[3] = new Image(66,23)
	offImgArray[4] = new Image(66,23)
	offImgArray[5] = new Image(66,23)
	offImgArray[6] = new Image(66,23)
	offImgArray[7] = new Image(66,23)
	offImgArray[8] = new Image(66,23)
	offImgArray[9] = new Image(66,23)
	offImgArray[10] = new Image(66,23)
	offImgArray[11] = new Image(66,23)
	offImgArray[12] = new Image(66,23)
			
	offImgArray[0].src = "https://secure.future-s.com/~r813/images/head-o-1-1.gif"
	offImgArray[1].src = "https://secure.future-s.com/~r813/images/head-o-2-1.gif"
	offImgArray[2].src = "https://secure.future-s.com/~r813/images/head-o-3-1.gif"
	offImgArray[3].src = "https://secure.future-s.com/~r813/images/head-o-4-1.gif"
	offImgArray[4].src = "https://secure.future-s.com/~r813/images/head-o-5-1.gif"
	offImgArray[5].src = "https://secure.future-s.com/~r813/images/head-o-6-1.gif"
	offImgArray[6].src = "https://secure.future-s.com/~r813/images/head-o-7-1.gif"
	offImgArray[7].src = "https://secure.future-s.com/~r813/images/head-o-8-1.gif"
	offImgArray[8].src = "https://secure.future-s.com/~r813/images/head-o-9-1.gif"
	offImgArray[9].src = "https://secure.future-s.com/~r813/images/head-o-10-1.gif"
	offImgArray[10].src = "https://secure.future-s.com/~r813/images/head-o-11-1.gif"
	offImgArray[11].src = "https://secure.future-s.com/~r813/images/head-o-12-1.gif"
	offImgArray[11].src = "https://secure.future-s.com/~r813/images/head-o-13-1.gif"
}

function imageOn(i) {
	if (document.images) {
		document.images["menu" + i].src = onImgArray[i].src
	}
}

function imageOff(i) {
	if (document.images) {
		document.images["menu" + i].src = offImgArray[i].src
	}
}
                
//-->

