//scrolldiv_setColor('#317082');	// Setting color of the scrolling div
//setSliderBgColor('#E2EBED');	// Setting color of the scrolling div
//setContentBgColor('#FFFFFF');	// Setting color of the scrolling div
setScrollButtonSpeed(3);	// Setting speed of scrolling when someone clicks on the arrow or the slider
setScrollTimer(15);	// speed of 1 and timer of 5 is the same as speed of 2 and timer on 10 - what's the difference? 1 and 5 will make the scroll move a little smoother.
//scrolldiv_setWidth(450);	// Setting total width of scrolling div
//scrolldiv_setHeight(400);	// Setting total height of scrolling div
scrolldiv_initScroll();	// Initialize javascript functions
