function abrir2(id,tipo,ancho,alto){
	var ancho2=ancho;
	var alto2=alto;
	
	window.open("ventana_emergente.php?id="+id+"&tipo="+tipo,"foto","toolbar=no,status=no,scrollbar=no,resizable=yes,width="+ancho2+",height="+alto2+",left=200,top=150");
}