//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("B1006-06-104.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1006-06-104", "", "");
imageScroller_32836216.addThumbnail("R1136-02-127.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1136-02-127", "", "");
imageScroller_32836216.addThumbnail("E1044-02-108.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1044-02-108", "", "");
imageScroller_32836216.addThumbnail("R1115-01-115.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1115-01-115", "", "");
imageScroller_32836216.addThumbnail("N1115-01-116.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=N1115-01-116", "", "");
imageScroller_32836216.addThumbnail("E1006-02-122.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1006-02-122", "", "");
imageScroller_32836216.addThumbnail("E1011-02-122.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1011-02-122", "", "");
imageScroller_32836216.addThumbnail("E1010-02-122.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=E1010-02-122", "", "");

imageScroller_32836216.addThumbnail("c1051-02-102.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=c1051-02-102", "", "");



	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
