
//create an image scroller object
var imageScroller_21819378;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_21819378);

    function loadScroller_21819378() {

        imageScroller_21819378 = new ImageScroller("imageScrollerFrame_21819378", "imageScrollerImageRow_21819378");
        //**    [begin] Modify these to change your images  **//
		
		               imageScroller_21819378.setThumbnailWidth(95);
imageScroller_21819378.setThumbnailHeight(100);
imageScroller_21819378.setScrollSpeed(30);
imageScroller_21819378.setScrollAmount(2);
imageScroller_21819378.setThumbsShown(10);
imageScroller_21819378.setAutoLoop("True");
imageScroller_21819378.setScrollType(0);
imageScroller_21819378.setThumbnailPadding(3);
imageScroller_21819378.addThumbnail("images/thmb_0001.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0002.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0003.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0004.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0005.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0006.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0007.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0008.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0009.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0010.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0011.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0012.jpg", "http://www.metalarabia.com/photogaleery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0013.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0014.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0015.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0016.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0017.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0018.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0019.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0020.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0021.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0022.jpg", "images/orig_0022.jpg", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0023.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0024.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0025.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0026.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0027.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0028.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0029.jpg", "http://www.metalarabia.com/photogallery.html", "", "");
imageScroller_21819378.addThumbnail("images/thmb_0030.jpg", "http://www.metalarabia.com/photogallery.html", "", "");

		
	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_21819378.enableThumbBorder(false);
	    imageScroller_21819378.setClickOpenType(1);
	    imageScroller_21819378.setNumOfImageToScroll(1);
	    imageScroller_21819378.renderScroller();
    };
	
	timer_21819378 = window.setTimeout("scrollImages_21819378()", 300);

var direction_21819378;
function scrollImages_21819378() {
	//set how many thumb shown, 3 in this example, modify to your number
	var currentThumbnail = imageScroller_21819378.getCurrentThumbIndex();
	var lastThumbnail = imageScroller_21819378.getThumbnailCount();
	
	var scrollType = imageScroller_21819378.getScrollType();
	
	if (scrollType == 0) {
		var currentPosition = parseInt(document.getElementById("imageScrollerImageRow_21819378").style.left);
		var endPosition = -1 * (parseInt(document.getElementById("imageScrollerImageRow_21819378").style.width) - parseInt(document.getElementById("imageScrollerFrame_21819378").style.width));
	} else {
		var currentPosition = parseInt(document.getElementById("imageScrollerImageRow_21819378").style.top);
		var endPosition = -1 * imageScroller_21819378.iNumOfThumbsShownHeightTotal_;
	}
	
	//0=forward, 1=backward
	//if we are at image 1, go forward, if we are on last one, go backward
	if (currentPosition > (endPosition + 2)) {
		direction_21819378 = 0;
	} else {
		direction_21819378 = 1;
	}
	
	//move the scroller based on direction
	if (direction_21819378 == 0) {
		if (scrollType == 0) {
			imageScroller_21819378.smoothScrollForward();
		} else {
			imageScroller_21819378.smoothScrollUp();
		}
	} else {
		if (scrollType == 0) {
			imageScroller_21819378.smoothScrollReverse();
		} else {
			imageScroller_21819378.smoothScrollDown();
		}
	}
	//call it again for next scroll
	timer_21819378 = window.setTimeout("scrollImages_21819378()", 1);
};
