
//create an image scroller object
var imageScroller_32836216;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_32836216);

    function loadScroller_32836216() {

        imageScroller_32836216 = new ImageScroller("imageScrollerFrame_32836216", "imageScrollerImageRow_32836216");
        //**    [begin] Modify these to change your images  **//
		
		   imageScroller_32836216.setThumbnailWidth(112);
imageScroller_32836216.setThumbnailHeight(146);
imageScroller_32836216.setScrollSpeed(10);
imageScroller_32836216.setScrollAmount(2);
imageScroller_32836216.setThumbsShown(3);
imageScroller_32836216.setAutoLoop("True");
imageScroller_32836216.setScrollType(0);
imageScroller_32836216.setThumbnailPadding(13);
imageScroller_32836216.addThumbnail("/Resources/imgs/success_brochure_off.jpg", "/Resources/pdfs/P-05142 Sandwich Builders Brochure.pdf", "Sandwich BuildersŪ Brochure", "");
//imageScroller_32836216.addThumbnail("/Resources/imgs/profit_builders_q3.jpg", "/Resources/pdfs/09AnnPromo 3rdQtrALT Tky.pdf", "Profit Builders Q3 Promotion", "");
imageScroller_32836216.addThumbnail("/Resources/imgs/4cast_thumb.jpg", "http://www.perduefoodservice.com/InsightsandSolutions/4Cast/", "4cast", "_blank");
imageScroller_32836216.addThumbnail("/Resources/imgs/chain_operators.jpg", "http://www.perduechainoperators.com", "Chain Operators", "_blank");

//imageScroller_32836216.addThumbnail("/Resources/imgs/ssell_sheet_off.jpg", "/resources/pdfs/SandwichBuildersMeatTrayComparisonSellSheet.pdf", "Meat Tray Comparison Sell Sheet", "");
//imageScroller_32836216.addThumbnail("/Resources/imgs/trend_brochure_off.jpg", "/Resources/pdfs/SandwichTrendsBrochure.pdf", "Sandwich BuildersŪ Trend Brochure", "");

		
	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(1);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
	
	
