function poppy(URL, w, h) {
  win=window.open(URL,'_blank','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width='+w+',height='+h);
}
