function mouseover(img, picture) {
img.src = picture
}

function mouseout(img, picture) {
img.src = picture
}

