  $(document).ready(function() {


                $().ajaxStart(function() {$('.carr_topo').show();});
                $().ajaxStop(function() {$('.carr_topo').hide();});
                $('#port_top').load('topo.php');




            });