function pop (foto) {
	window.open ('inc/php/pop.php?' + foto, 'pop', 'top=1,left=1,width=1,height=1,status=no,resizable=no,location=no,toolbar=no,directories=no,menubar=no');
	return false;
}