function show() {
  $('#vice').slideToggle('slow');
};

function show2() {
  $('#vice2').slideToggle('slow');
};
