//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("N1073-02-442.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=N1073-02-442", "", "");
imageScroller_32836216.addThumbnail("R1074-01-439.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1074-01-439", "", "");
imageScroller_32836216.addThumbnail("R1099-02-111.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1099-02-111", "", "");
imageScroller_32836216.addThumbnail("R1104-02-445.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1104-02-445", "", "");
imageScroller_32836216.addThumbnail("R1105-02-111.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1105-02-111", "", "");
	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(2);
	    imageScroller_32836216.renderScroller();
    };
