/*-------------------------------------------
Required scroll animation settings. scrolldelay
is defined in milliseconds (1/1000s), scrolljump
is the distance in pixels to move the scroll animation
after each scroll delay.
--------------------------------------------*/
scrolldelay = 30
scrolljump = 1

ie5_scrolldelay = 20;
ie5_scrolljump = 1;

ie4_scrolldelay = 30
ie4_scrolljump = 1

ns6_scrolldelay = 5;
ns6_scrolljump = 1;

ns4_scrolldelay = 35
ns4_scrolljump = 2

ie4up_ns4_mac_scrolldelay = 5
ie4up_ns4_mac_scrolljump = 1

ns6_mac_scrolldelay = 1;
ns6_mac_scrolljump = 2;

/*-------------------------------------------
Required Default / General Settings
--------------------------------------------*/
scroll_width = 128
scroll_height = 250

start_offscreen = false
defaultdelay = 2

backgroundcolor = "#FFFFFF"
background_istransparent = false

messagepadding = 4
messagegap = 15
ns4_messagegap = 10

textcolor = "#841619"
fontfamily = "Verdana"
fontsize = 7
ns4_fontsize = 9
fontweight = "bold"
fontstyle = "bold"
textdecoration = "normal"
hl_textcolor = "#ff0000"
hl_textdecoration = "underline"

marginleft = 0
marginright = 0
margintop = 0
marginbottom = 0

urltarget = "_self";
onload_statement = "";

/*-----------------------------------------------
Netscape6 HTML page margin offset fix, set equal to margin
dimensions defined within the body tag of the HTML page for 
which this scroller is located.
-------------------------------------------------*/
ns6_documentmarginwidth = 0
ns6_documentmarginheight = 0


/*-------------------------------------------
Optional General Scroll Settings
--------------------------------------------*/
//message_bgcolor = "#aaaaaa"
//backgroundimage = "images/newsbg.gif"
ie4_backgroundimage = "images/bgfix.gif"


