function color(){
		document.getElementById('photo4').style.visibility = 'hidden';
	}
	
function sepia(){
		document.getElementById('photo4').style.visibility = "visible";
	}
