// Show given feedback element and hide all others.
function popup(url)
{
  window.open(url, 'popup', 'width=450, height=500, scrollbars=yes, resizable=yes, toolbar=no, directories=no, menubar=no, status=no, left=100, top=100');
}
