
      /**********

          file:             epsilon_show.js
          created:    02 sept 2007
          topic:         Open new window showing proof that the more
                              circular ellipse has smaller eccentricity and 
                              is less flat
                              
          updates:
                03 sept 2007  increased window width from 730 to 780
                06 sept 2007  increased window width from 780 to 792

              
      **********/


    function             launch_epsilon_1_2_window ( )
         {
                var          my_url  =  "epsilon_1_2_box/epsilon_1_2.htm" ;

                var          my_win_name  =  "flat_vs_circular_window" ;

      /*******
                var          my_list  =  "scrollbars=yes, width=680, height=500, status=yes, resizable=yes" ;
      *****/

                var          my_list  =  "scrollbars=yes, width=792, height=500, status=yes, resizable=yes" ;

                var          xx = window.open( my_url, my_win_name, my_list ) ;


       } // launch_right_side_win



