// CUSTOM SCROLL SETTINGS FILE //

// *******************************************************
// *******************************************************
// ** Custom Scroller for Scrollable DIVs
// ** Code By:  Dustin Horne / Information Analytics
// ** Copyright:  2008 - Janet Eskridge
// ** This code may not be used without express permission
// *******************************************************
// *******************************************************

var targetName = "MainTextBlock"; /* Name of the scroll target div */
var containerName = "ScrollContainer"; /* Name of the container div */
var scrollSpeed = 15; /* Speed for scroll in miliseconds */
var scrollPixels = 5; /* Number of pixels to scroll */