// JavaScript Document

with (mainDiv) {
	// divs[number] = new Array('id of div below', 'x', 'y', 'width', 'height');
	// Dimensions are evaluable strings so they can include variables. Null strings are skipped.
	// Div 0 is the main scroller, 1=Bar, 2=Thumb.
	divs[0] = new Array('mainContentDiv', '0', '0', '714', '330');
	divs[1] = new Array('scrollBar', '758', '160', '12', '338');
	divs[2] = new Array('scrollThumb', '758', '', '12', '');
	divs[3] = new Array('upArrows', '758', '148', '', '');
	divs[4] = new Array('downArrows', '758', '499', '', '');
}
