// JavaScript Document

function rollOver(obj, img) {
	obj.src = img;
}
