  function pop(sURL2)
   {
      newwindow2=open(sURL2,"needlechart","width=500,height=700,scrollbars=yes");
      if (document.window) (newwindow2.focus());
   }
