// JavaScript Document

function callScroller() {
	scrolltextInit('product_scroller','product_scroller_content')
}

//Call the init on page load if the browser is ok...
if (bw.bw == 1 ) {
	onload = callScroller;
}

