$(function (){
	$("#makeMeScrollable").smoothDivScroll({ autoScroll: "onstart", autoScrollDirection: "backandforth", autoScrollStep: 1, autoScrollInterval: 30, startAtElementId: "startAtMe", visibleHotSpots: "always"});
	$('.scrollimage').click (function (){
		window.open("dish.php?id=" + $(this).attr('id'));		
	});
});
