function swapImage(id, image) {
document.images[id].src = image;
}
