function swap(id,image){

image_object = document.getElementById(id);

image_object.src=image;
};
