// JavaScript Document

scrolldiv_setColor('#f0eff6');	// Setting border color of the scrolling content
setSliderBgColor('#666666');	// Setting color of the slider div
setContentBgColor('#f0eff6');	// Setting color of the scrolling content
setScrollButtonSpeed(1);	// Setting speed of scrolling when someone clicks on the arrow or the slider
setScrollTimer(5);	// 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.

