﻿function UC_POLL_showResult(id,hideallvotes,url)
{
  var url = url + "?ObjectID=" + id + "&HideAllVotes=" + hideallvotes;
  window.open(url, "PollResult", "menubar=0, toolbar=0, scrollbars=1, status=1, resizable=0, width=300, height=300");
}
