
function startGallery(){if($('myGallery'))
{var myGallerySet=new gallery($('myGallery'),{showArrows:false,showCarousel:false,carouselElement:false,showInfopane:false,embedLinks:false,fadeDuration:600,timed:true,delay:4000,preloader:true,preloaderImage:true,preloaderErrorImage:true,populateFrom:false,populateData:true,destroyAfterPopulate:true,elementSelector:"div.imageElement",titleSelector:"h3",subtitleSelector:"p",linkSelector:"a.open",imageSelector:"img.full",thumbnailSelector:"img.thumbnail",defaultTransition:"fade",slideInfoZoneOpacity:0.7,slideInfoZoneSlide:true,carouselMinimizedOpacity:0.4,carouselMinimizedHeight:20,carouselMaximizedOpacity:0.9,thumbHeight:41,thumbWidth:75,thumbSpacing:10,thumbIdleOpacity:0.2,textShowCarousel:'Other ranges',showCarouselLabel:false,thumbCloseCarousel:false,carouselHorizontal:true,activateCarouselScroller:true,carouselPreloader:true,textPreloadingCarousel:'Loading...',baseClass:'jdGallery',withArrowsClass:'withArrows'});}
$$('.set_opacity').each(function(item,index)
{var class_string=item.getProperty('class');if(opacity_sub_class=class_string.match(/opacity_\d{1,2}/i))
{var opacity_value=opacity_sub_class[0].match(/\d{1,2}$/);item.set('opacity','0.'+opacity_value[0]);}});}
window.addEvent('domready',startGallery);
