[DESCRIPTION]Customizes the scrollbar's colors and then changes them as you move your mouse over it. If you want custom colors without the mouseover effect, refer to the Colored Scrollbar properties in the CSS window.[/DESCRIPTION]
else scrollBar(null,null,"white"); // Starting theme from list at top
}
if (document.all){
scrollBar(null,null,"neo"); //default theme, you really don't need to change this at all but if you remove the neo theme from the list at the top you might want to
document.onmousemove=colorBar;
}
//-->
</script>[/BODY CODE]
[NOTES]Read the comments in the script to see where to make changes. Comments begin with "//".[/NOTES]