function sh(display) {
  $(display).show().siblings().hide();
}
