$(document).ready(function()
{
  hs.graphicsDir = wwwRoot+'/comuni/js/jquery/plugin/img/highslide/';
  PathToBig = '../minisito/img/650x432/';
    
	var instanceOne = new ImageFlow();
	instanceOne.init({ ImageFlowID:'JSphotogallery',
	                   imageCursor: 'pointer',
                     onClick: function() { return hs.expand(this,{ src: PathToBig+this.getAttribute('longdesc') }); }
	});
	
	
	$('.hb-slideshow').cycle({
	  fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	    
});
