$(document).ready(function() {
      
                   
                   $('.company_display').corners('10px');
                   $('.company_more_info').corners('10px');
      
                   $('#swift_logo').toggle(function() {
                  
                                $('#swift_info_div').fadeIn("slow"); },
                                
                                function() { $('#swift_info_div').fadeOut("slow");
                  
                  });
                   
                   
                  $('#crengland_logo').toggle(function() {
                  
                                  $('#crengland_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#crengland_info_div').fadeOut("slow");
                  
                  
                  
                  });
            
                   $('#schneider_logo').toggle(function() {
                  
                                  $('#schneider_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#schneider_info_div').fadeOut("slow");
                  
                  
                  
                  });
      
                  $('#ds_logo').toggle(function() {
                  
                                  $('#ds_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#ds_info_div').fadeOut("slow");
                  
                  
                  
                  });
      
                  $('#stevens_logo').toggle(function() {
                  
                                  $('#stevens_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#stevens_info_div').fadeOut("slow");
                  
                  
                  
                  });
                  
                  $('#central_logo').toggle(function() {
                  
                                  $('#central_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#central_info_div').fadeOut("slow");
                  
                  
                  
                  });
                  
                   
                  
                  $('#prime_logo').toggle(function() {
                  
                                  $('#prime_info_div').fadeIn("slow"); },
                                  
                                  function() { $('#prime_info_div').fadeOut("slow");
                  
                  
                  
                  });
      
});