function showhide(id) {
  $('#' + id).toggle();
  return false;
}
