function abreFoto(f)
{
	var win = window.open(f, "FotoInfo", "toolbar=no, menubar=no, status=yes, scrollbars=yes, width=660, height=640");
}