function openwin(url, width, height) {
  open(url, "", "resizable=yes, top=0, left=0, menubar=no, scrollbars=yes, width="+width+", height="+height);
}
