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