// Title:   Scrollbar - Programs up the colours for the scroll (for IE generally)
// Version: 01.00.000 - 05/07/2004
// 000-050704- Initial creation - AS

var htmlStyle = document.getElementsByTagName('html')[0].style;
var bodyStyle = document.body.style;
bodyStyle.scrollbarFaceColor       = htmlStyle.scrollbarFaceColor       = '#006339';
bodyStyle.scrollbarArrowColor      = htmlStyle.scrollbarArrowColor      = '#ffff00';
// bodyStyle.scrollbarTrackColor     = htmlStyle.scrollbarTrackColor      = '#ffff00';
bodyStyle.scrollbarShadowColor     = htmlStyle.scrollbarShadowColor     = '#006339';
bodyStyle.scrollbarHighlightColor  = htmlStyle.scrollbarHighlightColor  = '#b0b000';
bodyStyle.scrollbar3dlightColor    = htmlStyle.scrollbar3dlightColor    = '#ffffff';
bodyStyle.scrollbarDarkshadowColor = htmlStyle.scrollbarDarkshadowColor = '#000000';
bodyStyle.scrollbarDarkshadowColor = htmlStyle.scrollbarDarkshadowColor = '#001400';
