function eightb() {
with(document.body.style)
    {
    scrollbarDarkShadowColor="c0c0c0";
    scrollbar3dLightColor="e4e4e4";
    scrollbarArrowColor="000000";
    scrollbarBaseColor="d3d3d3";
    scrollbarFaceColor="dimgray";
    scrollbarHighlightColor="e4e4e4";
    scrollbarShadowColor="000000";
    scrollbarTrackColor="a9a9a9";
    }
}
function Start(page) {controlWindow = window.open(page, "", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=640,height=480");}