function change_img(obj,change_obj) {
	document.images[obj].src = change_obj;
}

	
