function openRadioPopup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=150,left=225,width='+width+',height='+height+',scrollbars='+scrollbars);
}
