function switch_foto(id, foto)
{
	big = document.images.img1.src;
	eval("document.images.img1.src = document.images.img"+foto+".src");
	eval("document.images.img"+foto+".src = big");
	
}