var scroller1  = null;
var scrollbar1 = null;
window.onload = function () {
    if (window.ActiveXObject) {
        scroller1  = new jsScroller1(document.getElementById("Scroller1"), 270, 260);
    } 
    else if (window.XMLHttpRequest) {
        scroller1  = new jsScroller1(document.getElementById("Scroller1"), 270, -680);
    }
  scrollbar1 = new jsScrollbar1(document.getElementById("Scrollbar1-Container"), scroller1, false);
}
