﻿  //create an image scroller object
        var imageScroller_64072022;
        
        //delay all code execution untill after page load
        addAnEvent(window, "load", loadScroller_64072022);
        
            function loadScroller_64072022() {
        
                imageScroller_64072022 = new ImageScroller("imageScrollerFrame_64072022", "imageScrollerImageRow_64072022");
                //**    [begin] Modify these to change your images  **//
                        imageScroller_64072022.setThumbnailWidth(136);
                        imageScroller_64072022.setThumbnailHeight(67);
                        imageScroller_64072022.setScrollSpeed(5);
                        imageScroller_64072022.setScrollAmount(4);
                        imageScroller_64072022.setThumbsShown(6);
                        imageScroller_64072022.setAutoLoop("True");
                        imageScroller_64072022.setScrollType(0);
                        imageScroller_64072022.setThumbnailPadding(4);

                        imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0004.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0004.jpg','http://sealedair.multimediasolutions.com/Default.aspx');", "", "");
                        imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0006.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0006.jpg','http://www.ammann-whitney.com/');", "", "");                        
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0003.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0003.jpg','http://www.investigativeproject.org/');", "", "");

imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0005.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0005.jpg','http://fxoptions.com/Site/Default.aspx');", "", "");


imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0003.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0003.jpg','http://www.investigativeproject.org/');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0004.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0004.jpg','http://sealedair.multimediasolutions.com/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0005.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0005.jpg','http://fxoptions.com/Site/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0006.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0006.jpg','http://www.ammann-whitney.com/');", "", "");


imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0003.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0003.jpg','http://www.investigativeproject.org/');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0004.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0004.jpg','http://sealedair.multimediasolutions.com/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0005.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0005.jpg','http://fxoptions.com/Site/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0006.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0006.jpg','http://www.ammann-whitney.com/');", "", "");

imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0003.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0003.jpg','http://www.investigativeproject.org/');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0004.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0004.jpg','http://sealedair.multimediasolutions.com/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0005.jpg", "javascript:doImageSwap('App_Images/gallery/orig_0005.jpg','http://fxoptions.com/Site/Default.aspx');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0006.jpg", "javascript:doImageSwap('App_Images/blank.gif','');", "", "");
imageScroller_64072022.addThumbnail("App_Images/gallery/thmb_0001.jpg", "javascript:doImageSwap('App_Images/blank.gif','');", "", "");

                //**    [end]   Modify these to change your images  **//                                
                imageScroller_64072022.enableThumbBorder(false);
                imageScroller_64072022.setClickOpenType(0);
                imageScroller_64072022.setNumOfImageToScroll(2);
                imageScroller_64072022.renderScroller();
            }; 
