function menuOver(where) {
	if ((document.images)&&(bOk)) {
		Img = eval(where + "On")
		document.images[where].src = Img.src
	}
}
function menuOut(where) {
	if ((document.images)&&(bOk)) {
		Img = eval(where + "Off")
		document.images[where].src = Img.src
	}
}
