function replaceFoto(id) {
	//alert('Replace foto ' + id);
	$('mainFoto').src = 'fotos/' + id + '.jpg';
}
