//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("B1111-02-343.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1111-02-343", "", "");
imageScroller_32836216.addThumbnail("R1132-02-343.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1132-02-343", "", "");
imageScroller_32836216.addThumbnail("C1148-02-343.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1148-02-343", "", "");
imageScroller_32836216.addThumbnail("C1126-02-343.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1126-02-343", "", "");
imageScroller_32836216.addThumbnail("B1094-02-318.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1094-02-318", "", "");
imageScroller_32836216.addThumbnail("C1147-02-321.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1147-02-321", "", "");
imageScroller_32836216.addThumbnail("R1139-01-695.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1139-01-695", "", "");
imageScroller_32836216.addThumbnail("C1142-01-695.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1142-01-695", "", "");
imageScroller_32836216.addThumbnail("B1102-02-315.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1102-02-315", "", "");
imageScroller_32836216.addThumbnail("B1100-02-321.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1100-02-321", "", "");
imageScroller_32836216.addThumbnail("R1090-01-340.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1090-01-340", "", "");
imageScroller_32836216.addThumbnail("R1068-02-305.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1068-02-305", "", "");

imageScroller_32836216.addThumbnail("E1018-02-305.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1018-02-305", "", "");

imageScroller_32836216.addThumbnail("r1022-01-303.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=r1022-01-303", "", "");

	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
