var scroller  = null;
var scrollbar = null;
window.onload = function () {
	try
	{
		scroller  = new jsScroller(document.getElementById(divID), w, h);
		scrollbar = new jsScrollbar (document.getElementById("Scrollbar-Container"), scroller, false);
		Shadowbox.init();
	}
	catch(e)
	{
	//alert('dhjdhdhd')	
	}
}

