
      /**********

          file:              pe_help.js
          created:     21 dec 2007
          topic:          Open new window showing Gravitational Potential Energy info

          updates:
               10 feb 2008
                    1 ) To the my_list string we added   toolbar=yes and  location=yes

               15 feb 2008
                    1 ) To the my_list string we added   menubar=yes 


              
      **********/


    function             launch_potential_energy_window ( )
         {
                var          my_url  =  "p_energy_box/pe.htm" ;

                var          my_win_name  =  "Gravitational_PE" ;  // NO SPACES ALLOWED IN THIS NAME

                //////////  var          my_list  =  "scrollbars=yes, width=910, height=500, status=no, resizable=yes" ;
                //////////  var          my_list  =  "toolbar=yes, location=yes, scrollbars=yes, width=910, height=500, status=no, resizable=yes" ;
                var          my_list  =  "menubar=yes,toolbar=yes, location=yes, scrollbars=yes, width=910, height=500, status=no, resizable=yes" ;

                var          x_1  =  window.open ( my_url, my_win_name, my_list ) ;

       } // launch_potential_energy_window




