if (document.getElementById && document.getElementsByTagName) {
if (window.addEventListener) window.addEventListener('load', initScrollBars, false);
else if (window.attachEvent) window.attachEvent('onload', initScrollBars);
}
function initScrollBars() {
	if (document.getElementById("scroll")) {
		CSBfleXcroll('scroll');
		document.getElementById("scroll").onclick=new Function("this.blur()");
	}	
}