﻿
function scrollbar(p1, p2, p3, p4, p5, p6)
{
	document.write('<style type="text/css"><!--');
	document.write('html, body {');
	document.write('scrollbar-arrow-color: '+p1+';');
	document.write('scrollbar-face-color: '+p2+';');
	document.write('scrollbar-3dlight-color: '+p3+';');
	document.write('scrollbar-darkshadow-color: '+p4+';');
	document.write('scrollbar-highlight-color: '+p5+';');
	document.write('scrollbar-shadow-color: '+p6+';');
	document.write('}');
	document.write('--></style>');
}



