////////////////////////////////
// write html for color slide bar
document.write('<style>');
document.write('BODY {background-image=page_images/backgrd.gif;');
document.write('background-repeat:repeat ;');
document.write('scrollbar-DarkShadow-Color: #00ff00;');
document.write('scrollbar-Track-Color: #000066;');
document.write('scrollbar-Base-Color: #FFFF00 }');
document.write('</style>');




