// JavaScript Document
function highlight(object, image) {
	document[object].src = 'images/' + image;
}
