<!--
with (content)
{

divs[0] = new ScrDiv('contentOuter', 	  '593',	'130', 	'280',	'118', 2);

divs[1] = new ScrDiv('contentBar', 	  '875', 	'139', 	  '6',	'104', 2);
divs[2] = new ScrDiv('contentThumb', 	  '875',	   '',	  '6',	   '', 1);

divs[3] = new ScrDiv('contentUpArrows',   '874',	'123',	 '10',	 '98', 2);
divs[4] = new ScrDiv('contentDownArrows', '874',	'238', 	 '10',	 '98', 2);

onload = function()
{ 
var lm = getSty('loadMessage'); if (lm) lm.visibility = 'hidden'; }
}

document.onmousewheel = function(evt)
{
 evt=evt?evt:window.event;
 if (evt.wheelDelta) content.scrollBy(evt.wheelDelta / -3);
 return false;
}
//-->
