function foto(file)
{
	window.open('foto.php?file='+file,'','scrollbars=no,statusbar=no,menubar=no,location=no,resizable=yes');
	return false; 
}