function openOrgQueryWindow (theQueryURL) {
  window.open (
      theQueryURL,
      "",
      "directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=1,toolbar=0",
      false
  );
}