
//create an image scroller object
var imageScroller_staff_uniforms;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_staff_uniforms);
		
function loadScroller_staff_uniforms() {
        
imageScroller_staff_uniforms = new ImageScroller("imageScrollerFrame_staff_uniforms", "imageScrollerImageRow_staff_uniforms");
//**    [begin] Modify these to change your images  **//
imageScroller_staff_uniforms.setThumbnailWidth(96);
imageScroller_staff_uniforms.setThumbnailHeight(128);
imageScroller_staff_uniforms.setScrollSpeed(21);
imageScroller_staff_uniforms.setScrollAmount(2);
imageScroller_staff_uniforms.setThumbsShown(3);
imageScroller_staff_uniforms.setAutoLoop("True");
imageScroller_staff_uniforms.setScrollType(1);
imageScroller_staff_uniforms.setThumbnailPadding(3);

imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_001.jpg", "javascript:doImageSwap('staff_uniforms/full_001.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_002.jpg", "javascript:doImageSwap('staff_uniforms/full_002.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_003.jpg", "javascript:doImageSwap('staff_uniforms/full_003.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_004.jpg", "javascript:doImageSwap('staff_uniforms/full_004.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_005.jpg", "javascript:doImageSwap('staff_uniforms/full_005.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_006.jpg", "javascript:doImageSwap('staff_uniforms/full_006.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_007.html", "javascript:doImageSwap('staff_uniforms/full_007.html');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_008.html", "javascript:doImageSwap('staff_uniforms/full_008.html');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_009.jpg", "javascript:doImageSwap('staff_uniforms/full_009.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_010.jpg", "javascript:doImageSwap('staff_uniforms/full_010.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_011.jpg", "javascript:doImageSwap('staff_uniforms/full_011.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_012.jpg", "javascript:doImageSwap('staff_uniforms/full_012.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_013.jpg", "javascript:doImageSwap('staff_uniforms/full_013.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_014.jpg", "javascript:doImageSwap('staff_uniforms/full_014.jpg');", "", "");
imageScroller_staff_uniforms.addThumbnail("staff_uniforms/thumb_015.jpg", "javascript:doImageSwap('staff_uniforms/full_015.jpg');", "", "");

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