var scroller  = null;
var scrollbar = null;
window.onload = function () {
	try
	{
		scroller  = new jsScroller(document.getElementById("Scroller-1"), 155, 120);
		//scroller  = new jsScroller(document.getElementById("Scroller-1"), 300, 115);
		scrollbar = new jsScrollbar (document.getElementById("Scrollbar-Container"), scroller, false);
	}
	catch(e)
	{
		//alert('dhjdhdhd')	
	}
}

