//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(200);
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("R1030-02-447.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1030-02-447", "", "");
imageScroller_32836216.addThumbnail("R1030-02-016.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1030-02-016", "", "");
imageScroller_32836216.addThumbnail("R1105-02-111.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1105-02-111", "", "");
imageScroller_32836216.addThumbnail("R1090-01-340.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1090-01-340", "", "");
imageScroller_32836216.addThumbnail("R1104-02-825.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1104-02-825", "", "");
imageScroller_32836216.addThumbnail("R1104-02-009.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1104-02-009", "", "");
imageScroller_32836216.addThumbnail("TM45.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=TM45", "", "");
imageScroller_32836216.addThumbnail("B1092-02-108.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1092-02-108", "", "");
imageScroller_32836216.addThumbnail("R1118-02-105.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1118-02-105", "", "");
imageScroller_32836216.addThumbnail("Q153.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=Q153", "", "");
imageScroller_32836216.addThumbnail("R1111-02-105.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1111-02-105", "", "");
imageScroller_32836216.addThumbnail("E1114-02-102.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1114-02-102", "", "");
imageScroller_32836216.addThumbnail("Q13.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=Q13", "", "");
imageScroller_32836216.addThumbnail("Q12.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=Q12", "", "");
imageScroller_32836216.addThumbnail("R1077-02-327.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1077-02-327", "", "");









	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
