          var Scrolling = false;
          //function $(o) { return document.getElementById(o) }
          function ScroMove() { Scrolling = true }
          document.onmousemove = function(e) { if (Scrolling == false) return; ScroNow(e) }
          document.onmouseup = function(e) { Scrolling = false }
          function ScroNow(event) {
              var event = event ? event : (window.event ? window.event : null);
              var Y = event.clientY - document.getElementById("Scroll").getBoundingClientRect().top - document.getElementById("ScroLine").clientHeight / 2;
              var H = document.getElementById("ScroRight").clientHeight - document.getElementById("ScroLine").clientHeight;
              var SH = Y / H * (document.getElementById("ScroLeft").scrollHeight - document.getElementById("ScroLeft").clientHeight);
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLine").style.top = Y + "px";
              document.getElementById("ScroLeft").scrollTop = SH;
          }
          function ScrollWheel() {
              var Y = document.getElementById("ScroLeft").scrollTop;
              var H = document.getElementById("ScroLeft").scrollHeight - document.getElementById("ScroLeft").clientHeight;
              if (event.wheelDelta >= 120) { Y = Y - 80 } else { Y = Y + 80 }
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLeft").scrollTop = Y;
              var SH = Y / H * document.getElementById("ScroRight").clientHeight - document.getElementById("ScroLine").clientHeight;
              if (SH < 0) SH = 0;
              document.getElementById("ScroLine").style.top = SH + "px";
          }






          var Scrolling1 = false;
          //function $(o) { return document.getElementById(o) }
          function ScroMove1() { Scrolling1 = true }
          document.onmousemove = function(e) { if (Scrolling1 == false) return; ScroNow1(e) }
          document.onmouseup = function(e) { Scrolling1 = false }
          function ScroNow1(event) {
              var event = event ? event : (window.event ? window.event : null);
              var Y = event.clientY - document.getElementById("Scroll1").getBoundingClientRect().top - document.getElementById("ScroLine1").clientHeight / 2;
              var H = document.getElementById("ScroRight1").clientHeight - document.getElementById("ScroLine1").clientHeight;
              var SH = Y / H * (document.getElementById("ScroLeft1").scrollHeight - document.getElementById("ScroLeft1").clientHeight);
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLine1").style.top = Y + "px";
              document.getElementById("ScroLeft1").scrollTop = SH;
          }
          function ScrollWheel1() {
              var Y = document.getElementById("ScroLeft1").scrollTop;
              var H = document.getElementById("ScroLeft1").scrollHeight - document.getElementById("ScroLeft1").clientHeight;
              if (event.wheelDelta >= 120) { Y = Y - 80 } else { Y = Y + 80 }
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLeft1").scrollTop = Y;
              var SH = Y / H * document.getElementById("ScroRight1").clientHeight - document.getElementById("ScroLine1").clientHeight;
              if (SH < 0) SH = 0;
              document.getElementById("ScroLine1").style.top = SH + "px";
          }


          var Scrolling2 = false;
          //function $(o) { return document.getElementById(o) }
          function ScroMove2() { Scrolling2 = true }
          document.onmousemove = function(e) { if (Scrolling2 == false) return; ScroNow2(e) }
          document.onmouseup = function(e) { Scrolling2 = false }
          function ScroNow2(event) {
              var event = event ? event : (window.event ? window.event : null);
              var Y = event.clientY - document.getElementById("Scroll2").getBoundingClientRect().top - document.getElementById("ScroLine2").clientHeight / 2;
              var H = document.getElementById("ScroRight2").clientHeight - document.getElementById("ScroLine2").clientHeight;
              var SH = Y / H * (document.getElementById("ScroLeft2").scrollHeight - document.getElementById("ScroLeft2").clientHeight);
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLine2").style.top = Y + "px";
              document.getElementById("ScroLeft2").scrollTop = SH;
          }
          function ScrollWheel2() {
              var Y = document.getElementById("ScroLeft2").scrollTop;
              var H = document.getElementById("ScroLeft2").scrollHeight - document.getElementById("ScroLeft2").clientHeight;
              if (event.wheelDelta >= 120) { Y = Y - 80 } else { Y = Y + 80 }
              if (Y < 0) Y = 0; if (Y > H) Y = H;
              document.getElementById("ScroLeft2").scrollTop = Y;
              var SH = Y / H * document.getElementById("ScroRight2").clientHeight - document.getElementById("ScroLine2").clientHeight;
              if (SH < 0) SH = 0;
              document.getElementById("ScroLine2").style.top = SH + "px";
          }

          window.onload = function Judge1() {



                       var o = document.getElementById("Scroll");
                       var ot = document.getElementById("ScroLeft");
                        var x = document.getElementById("ScroRight");
                      var y = document.getElementById("ScroLine");
                       var browse = window.navigator.appName.toLowerCase();
                       if (o == null || ot == null || x == null || y == null)
                      { return; }
                       else {
                         if (browse.indexOf("microsoft") > -1) {

                               if (ot.scrollHeight > ot.clientHeight) {
                                 

                              }
                              else {
                                  x.style.display = "none";
                                   y.style.display = "none";
                               }
                           }
                           else {
                               if (ot.offsetHeight > o.clientHeight) {
                              }
                               else {
                                   x.style.display = "none";
                                   y.style.display = "none";
                               }

                           }
                       }
          
          
          
          
              var o1 = document.getElementById("Scroll1");
              var ot1 = document.getElementById("ScroLeft1");
              var x1 = document.getElementById("ScroRight1");
              var y1 = document.getElementById("ScroLine1");
              var browse = window.navigator.appName.toLowerCase();
              if (o1 == null || ot1 == null || x1 == null || y1 == null)
              { return; }
              else {
                  if (browse.indexOf("microsoft") > -1) {

                      if (ot1.scrollHeight > ot1.clientHeight) {


                      }
                      else {
                          x1.style.display = "none";
                          y1.style.display = "none";
                      }
                  }
                  else {
                      if (ot1.offsetHeight > o1.clientHeight) {
                      }
                      else {
                          x1.style.display = "none";
                          y1.style.display = "none";
                      }

                  }
              }




              var o2 = document.getElementById("Scroll2");
              var ot2 = document.getElementById("ScroLeft2");
              var x2 = document.getElementById("ScroRight2");
              var y2 = document.getElementById("ScroLine2");
              var browse = window.navigator.appName.toLowerCase();
              if (o2 == null || ot2 == null || x2 == null || y2 == null)
              { return; }
              else {
                  if (browse.indexOf("microsoft") > -1) {

                      if (ot2.scrollHeight > ot2.clientHeight) {


                      }
                      else {
                          x2.style.display = "none";
                          y2.style.display = "none";
                      }
                  }
                  else {
                      if (ot2.offsetHeight > o2.clientHeight) {
                      }
                      else {
                          x2.style.display = "none";
                          y2.style.display = "none";
                      }

                  }
              }
          }
