function popup(page,width,height) {
  OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width="+width+",height="+height+"");
}
