// JavaScript Document
<!-- initialisation du scroll de couleur-->
if ( dw_scrollObj.isSupported() ) {
	dw_Util.writeStyleSheet('../css/scroll.css');
	dw_Event.add( window, 'load', init_dw_Scroll);
}
function init_dw_Scroll() {
var wndo = new dw_scrollObj('wn', 'lyr1'); <!-- barre marron -->
wndo.setUpScrollbar('dragBar', 'track', 'v', 1, 1, true);
wndo.setUpScrollControls('scrollbar');
}
