// JavaScript Document


// * Scrollable content script III scroller module * configure this scroller:

//specify speed of scroller (greater=faster)
speed=3;
//specify unique content id
contentid="content3";
//specify scroller width
scrollerwidth=400;
//specify scroller height
scrollerheight=460;
//specify scroller border [width, style, color]
scrollerborder=[0]
//specify location of controls, 1 for side, 0 for bottom
sidecontrols=1
//specify control images
upimage="up.gif"
downimage="down.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();
