// JavaScript Document

function swapfoto(id)
{
	document.getElementById('fotomare').src='images/showroom/mari/'+id+'.jpg';
}
