function shwfoto(id,foto){
	document.getElementById(id).src = foto;
}
