function showHideSH(id) {
  $('.sl_show_box').hide(1000);
  $('#'+id).show(1000);
}
