/*
    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: 1,
slideInfoZoneOpacity: 1,
slideInfoZoneSlide: true,
defaultTransition: "continuoushorizontalback3",
textShowCarousel: 'Click for Thumbnails',
textGallerySelector: 'Portfolio Categories',
textShowGallerySelector: 'Return to Categories'
});
		History.start();
	}
	window.addEvent('domready', startGallery);

