
//create an image scroller object
var imageScroller_31368768;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_31368768);

function loadScroller_31368768() {

    imageScroller_31368768 = new ImageScroller("imageScrollerFrame_31368768", "imageScrollerImageRow_31368768");
    //**    [begin] Modify these to change your images  **//
	
	   imageScroller_31368768.setThumbnailWidth(483);
imageScroller_31368768.setThumbnailHeight(214);
imageScroller_31368768.setScrollSpeed(5);
imageScroller_31368768.setScrollAmount(2);
imageScroller_31368768.setThumbsShown(1);
imageScroller_31368768.setAutoLoop("True");
imageScroller_31368768.setScrollType(0);
imageScroller_31368768.setThumbnailPadding(3);
imageScroller_31368768.addThumbnail("images/bayareafencecustom.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom5.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom9.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom4.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom8.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom3.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom7.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom2.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom6.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom1.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom10.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom12.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom14.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom15.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom16.jpg", "#", "", "");
imageScroller_31368768.addThumbnail("images/bayareafencecustom17.jpg", "#", "", "");

	
    //**    [end]   Modify these to change your images  **//			    			    
    imageScroller_31368768.enableThumbBorder(false);
    imageScroller_31368768.setClickOpenType(1);
    imageScroller_31368768.setNumOfImageToScroll(1);
    imageScroller_31368768.renderScroller();
};

