
      /**********

          file:             oblique_help.js
          created:    02 mar 2008
          topic:         Open new window showing Oblique Launch Example 

          Note:         Make sure that the value assigned to my_win_name is a single word

          updates:
                02 mar 2008  
                     1 ) Created file from apo_peri_help.js
                 


      **********/


    function             launch_oblique_L_window ( )
         {
                var          my_url  =  "oblique_box/oblique.htm" ;

                var          my_win_name  =  "Oblique_win" ;  // NO SPACES ALLOWED IN THIS NAME

                //////    var          my_list  =  "location=yes, toolbar=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_oblique_L_window



