	  function abre_fotos(p_url){
			ob_janela = window.open(p_url,'fotos','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=450,height=380')
			ob_janela.focus();
	  }

