function popup(url,w,h,l,t) {
  pop=window.open(url, "popup", "width="+w+",height="+h+",left="+l+",top="+t+",scrollbars=no,location=no,menubar=no,resizable=yes");
}
