var InternetExplorer = new RegExp("msie\ [5-8]\.[0-9];", "i");

if (InternetExplorer.test(navigator.userAgent))
{
with (document.body.style)
{
scrollbar3dlightColor = "#5C3566";
scrollbarArrowColor = "#FFFFFF";
scrollbarDarkshadowColor = "#5C3566";
scrollbarFaceColor = "#75507B";
scrollbarHighlightColor = "#AD7FA8";
scrollbarShadowColor = "#FFFFFF";
scrollbarTrackColor = "#AD7FA8";
}
}