function popupWindow(sURL, iWidth)
{
  if (g_OK) {
      window.open(sURL, "pic_popup", "height=450,width=" + iWidth + ",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");
      return false;
  } else {
      return true;
  }
}
