

function menuMEvnt(id,img){
	if (document.getElementById(id) && img) document.getElementById(id).src = img;}

