
//create an image scroller object
var imageScroller_31368768;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_31368768);

function loadScroller_31368768() {

    imageScroller_31368768 = new ImageScroller("imageScrollerFrame_31368768", "imageScrollerImageRow_31368768");
    //**    [begin] Modify these to change your images  **//
	
	   imageScroller_31368768.setThumbnailWidth(161);
imageScroller_31368768.setThumbnailHeight(118);
imageScroller_31368768.setScrollSpeed(21);
imageScroller_31368768.setScrollAmount(2);
imageScroller_31368768.setThumbsShown(5);
imageScroller_31368768.setAutoLoop("True");
imageScroller_31368768.setScrollType(0);
imageScroller_31368768.setThumbnailPadding(5);
imageScroller_31368768.addThumbnail("images/1.png", "images/1b.jpg", "Mr. Harish Chander (Founder CalligraphyIndia.com", "");
imageScroller_31368768.addThumbnail("images/2.png", "images/2b.jpg", "Mr. Harish Chander in Teacher's Orientation program at Hindu Vidyapeeth Education Society, Sonipat", "");
imageScroller_31368768.addThumbnail("images/3.png", "images/3b.jpg", "Students at workshop Maharaja Sayaji Rao University,Vadodara, Gujrat", "");
imageScroller_31368768.addThumbnail("images/4.png", "images/4b.jpg", "Students at workshop in Chandigadh", "");
imageScroller_31368768.addThumbnail("images/10.png", "images/10b.jpg", "Mr Harish Chander with her daughter and Australian Calligraphist Mr Dave Wood and her wife Jane Wood", "");
imageScroller_31368768.addThumbnail("images/6.png", "images/6b.jpg", "Workshop at Lady Irwin College, N. Delhi", "");
imageScroller_31368768.addThumbnail("images/7.png", "images/7b.jpg", "Students at calligraphy workshop", "");
imageScroller_31368768.addThumbnail("images/8.png", "images/8b.jpg", "Handwriting & Calligraphy workshop", "");
imageScroller_31368768.addThumbnail("images/9.png", "images/9b.jpg", "Calligraphy giants- Mr Harish Chander with Australian Master calligraphist Mr Dave Wood", "");
imageScroller_31368768.addThumbnail("images/5.png", "images/5b.jpg", "Mr Harish Chander during session at Morden School, Vasant Vihar, N. Delhi", "");


	
    //**    [end]   Modify these to change your images  **//			    			    
    imageScroller_31368768.enableThumbBorder(false);
    imageScroller_31368768.setClickOpenType(1);
    imageScroller_31368768.setNumOfImageToScroll(1);
    imageScroller_31368768.renderScroller();
};


