function openpopup(popurl, x, y){
  winpops=window.open(popurl,"","width="+x+",height="+y+",scrollbars=1,")
}