scrolldiv_setColor('#7c7c7c');	// Setting color of the scrolling div
setSliderBgColor('#acacab');	// Setting color of the scrolling div
setContentBgColor('#9f9d99');	// Setting color of the scrolling div
setScrollButtonSpeed(2);	// Setting speed of scrolling when someone clicks on the arrow or the slider
setScrollTimer(10);	// 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(520);	// Setting total width of scrolling div
scrolldiv_setHeight(335);	// Setting total height of scrolling div
scrolldiv_initScroll();	// Initialize javascript functions
