function mostra_foto(foto)
{
	document.getElementById("imagem_big").src="produto/"+foto;
}
