function popup(url,width,height,scroll) {
  window.open(url,'popup','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars='+scroll+',resizable=yes,copyhistory=no,width='+width+',height='+height+',screenX=0,screenY=0,top=100,left=190')
}
