//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("E1227-02-535.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1227-02-535", "", "");
imageScroller_32836216.addThumbnail("B1094-02-536.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1094-02-536", "", "");
imageScroller_32836216.addThumbnail("E1203-01-535.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1203-01-535", "", "");
imageScroller_32836216.addThumbnail("R1122-02-537.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1122-02-537", "", "");
imageScroller_32836216.addThumbnail("R1020-01-503.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1020-01-503", "", "");
imageScroller_32836216.addThumbnail("B1051-02-509.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1051-02-509", "", "");
imageScroller_32836216.addThumbnail("B1018-01-503.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1018-01-503", "", "");
imageScroller_32836216.addThumbnail("R1066-02-509.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1066-02-509", "", "");
imageScroller_32836216.addThumbnail("N1071-02-509.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=N1071-02-509", "", "");
imageScroller_32836216.addThumbnail("E1144-02-509.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1144-02-509", "", "");
imageScroller_32836216.addThumbnail("C1071-02-509.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1071-02-509", "", "");
imageScroller_32836216.addThumbnail("E1016-02-531.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1016-02-531", "", "");
imageScroller_32836216.addThumbnail("H2-90.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=H2-90", "", "");






	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
