function msover(img,ref) {
	document.images[img].src = ref;
}

function msout(img,ref) {
	document.images[img].src = ref;
}