// scroller 2

//specify speed of scroller (greater=faster)
speed=2;
//specify unique content id * REQUIRED FOR EACH SCROLLER *
contentid="content2";
//specify scroller width
scrollerwidth=140;
//specify scroller height
scrollerheight=165;
//specify scroller border [width, style, color]
scrollerborder=['0px', 'outset', 'black']
//specify location of controls, 1 for side, 0 for bottom
sidecontrols=0
//specify control images
upimage="images/12-arrow.gif"
downimage="images/13-arrow.gif"

//Note: Variables set for a previous scroller will carry through to the next if omitted.
//All variables must be present and set for the first scroller on a page.

//Do Not Edit or Remove:
topwrite();