<!--

function imgArray(n) {
	this.length = n
	for (var i = 1; i<=n; i++) {
		this[i] = new Image()
	}
	return this
}

function msover(num) {
	document.images[num].src = imgOn[num-offset].src;
}
                               
function msout(num) {
	document.images[num].src = imgOff[num-offset].src;
}
//-->