$(document).ready(function() {
  sh(".company");

  $(".link").click(function() {
    sh( "." +$(this).attr("alt") );
  });
});
