/*
    This file is part of JonDesign's SmoothGallery v2.0. to activate a gallery set
*/

function startGallery() {
var myGalleryset = new gallerySet($('myGallerySet2'), {
timed: false,
showArrows: true,
embedLinks: false,
carouselMinimizedOpacity: 1,
carouselMaximizedOpacity: 1,
thumbWidth: 94,
thumbIdleOpacity: 0.5,
slideInfoZoneOpacity: 0.8,
slideInfoZoneSlide: true,
defaultTransition: "continuoushorizontalback",
textShowCarousel: 'Click for Thumbnails',
textGallerySelector: 'Portfolio Categories',
textShowGallerySelector: 'Return to Categories'
});
		History.start();
	}
	window.addEvent('domready', startGallery);

