window.onload=function(){

hObj=document.getElementsByTagName('html')[0].style;

hObj.scrollbarFaceColor='#000'
hObj.scrollbarHighlightColor='#ff0';
hObj.scrollbar3dlightColor='#ff0'
hObj.scrollbarDarkshadowColor='#ff0';
hObj.scrollbarShadowColor='#ff0'
hObj.scrollbarArrowColor='#ff0';
hObj.scrollbarTrackColor='#000'
}