// Pichchange

function changeImg(img, newimg) {
img.src = newimg;
}
