Behaviour.register({
	'DIV.customscroll' : function(el){
		if (!this.i) this.i = 1; 
		if (!el.id) el.id = "_scrolldiv"+(this.i++);
		CSBfleXcroll(el.id);
	}
});
