 
              <!--
                   /**
                   * Opens the viewing window with parameters
                   */
                   function launch(url) {
                   remote = open(url, "", "scrollbars,width=750,height=440,left=225,top=100");
                   }

                // -->
  
