function popup(url,width,height) {
  menuWindow=window.open(url,"edit","toolbar=0,scrollbars=yes,location=0,status=0,menubar=0,width=" + width + ",height=" + height)
  setTimeout("menuWindow.focus();", 100);
}
