//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(208);
imageScroller_32836216.setThumbnailHeight(328);
imageScroller_32836216.setScrollSpeed(5);
imageScroller_32836216.setScrollAmount(4);
imageScroller_32836216.setThumbsShown(3);
imageScroller_32836216.setAutoLoop("True");
imageScroller_32836216.setScrollType(0);
imageScroller_32836216.setThumbnailPadding(3);
imageScroller_32836216.addThumbnail("R1123-02-423.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1123-02-423", "", "");
imageScroller_32836216.addThumbnail("R1056-02-428.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1056-02-428", "", "");
imageScroller_32836216.addThumbnail("S14.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=S14", "", "");
imageScroller_32836216.addThumbnail("R1030-02-447.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1030-02-447", "", "");
imageScroller_32836216.addThumbnail("R1068-02-305.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1068-02-305", "", "");
imageScroller_32836216.addThumbnail("N1112-02-423.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=N1112-02-423", "", "");
imageScroller_32836216.addThumbnail("B9-15.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B9-15", "", "");
imageScroller_32836216.addThumbnail("E1018-02-425.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1018-02-425", "", "");
imageScroller_32836216.addThumbnail("R1068-02-342.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1068-02-342", "", "");
imageScroller_32836216.addThumbnail("C1015-01-401.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1015-01-401", "", "");
imageScroller_32836216.addThumbnail("S13.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=S13", "", "");








	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
