browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4))
{document.write('<style type="text/css">');document.write('html ');document.write('{scrollbar-arrow-color: #ffffff;scrollbar-base-color: #996600;scrollbar-dark-shadow-color: #000000;');document.write('scrollbar-track-color: #996600;scrollbar-face-color: #996600;scrollbar-shadow-color: #645B43;');document.write('scrollbar-highlight-color: #996600;scrollbar-3d-light-color: #000000}');
document.write('</style>');
} 
