function changePicture(id) {
 document.getElementById('main_image').src = document.getElementById(id).src;
}

