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