function SwitchContent(obj) {
  $('fieldset').hide();
  $('#' + obj).show();
}
