
      /**********

          file:              K_3rd_law.js
          created:     01 oct 2007
          topic:          Open new window showing derivation of Kepler's Third Law

          updates:
                25 sept 2007  
                      1 )  zzz
                 
                06 oct 2007  
                      1 )  Changed  one my_list  field:    status=yes  to  status=no

                15 feb 2008  
                      1 )  Changed my_list assignment

              
      **********/


    function             launch_3rd_law_window ( )
         {
                var          my_url  =  "Law_3_box/h1_3rd_law_derivation.htm" ;

                var          my_win_name  =  "K_3rd_Law" ;

                ////////    var          my_list  =  "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_3rd_law_window





