function ChangePortalCombo(combo) {
  if (combo.value != '')
    window.location.href = combo.value;
}