function help(URL)
{
  popupWin = window.open(URL, 'Participant', 'location,scrollbars,width=450,height=550')
  window.top.name = 'opener';
}