function SwapImage(img) {
obj = document.getElementById("image");
obj.src = img;
}