// JavaScript Document
function change_img(id,img){
	document.getElementById(id).src = img;
}
