//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("G6R.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=G6R", "", "");
imageScroller_32836216.addThumbnail("G6-1.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=G6-1", "", "");
imageScroller_32836216.addThumbnail("R1022-01-303.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1022-01-303", "", "");
imageScroller_32836216.addThumbnail("R1020-01-503.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1020-01-503", "", "");
imageScroller_32836216.addThumbnail("R1020-01-025.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=R1020-01-025", "", "");
imageScroller_32836216.addThumbnail("B1018-01-503.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=B1018-01-503", "", "");
imageScroller_32836216.addThumbnail("C1015-01-401.jpg", "http://shop.isharya.com/ProductDetails.asp?ProductCode=C1015-01-401", "", "");


	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
