
function boton_On_Off_contactos(obj, img1){
	document.getElementById(obj.id).style.backgroundImage = "url("+"img/"+img1+")"; 
}

function boton_On_Off(obj, img1){
	obj.src="img/"+img1;
}

