	if (document.getElementById && document.getElementsByTagName) {
	if (window.addEventListener) window.addEventListener('load', initScrollBars, false);
	else if (window.attachEvent) window.attachEvent('onload', initScrollBars);
	}
	function initScrollBars() {
	CSBfleXcroll('mycustomscroll');
	CSBfleXcroll('mycustomscroll2');
	}
