//mouseover
function mo(obj, path) {
	obj.src = path;
}
